Compare commits

..

No commits in common. "8970bed250217b4964c95b0d5747eea3691fc678" and "4efc63bf981d764fc0f753851b3aa74488667127" have entirely different histories.

3 changed files with 0 additions and 22 deletions

View file

@ -36,7 +36,6 @@ in
amfora = enabled;
bat = enabled;
btop = enabled;
calibre = enabled;
cava = enabled;
cheat = enabled;
curl = enabled;

View file

@ -1,20 +0,0 @@
{
lib,
config,
pkgs,
...
}:
let
inherit (lib) mkEnableOption mkIf;
cfg = config.marleyos.programs.calibre;
in
{
options.marleyos.programs.calibre.enable = mkEnableOption "calibre";
config = mkIf cfg.enable {
home.packages = with pkgs; [
calibre
];
};
}

View file

@ -58,7 +58,6 @@ in
floating.border = 0;
window.titlebar = false;
floating.titlebar = false;
gaps = {
smartBorders = "no_gaps";