Compare commits
No commits in common. "8970bed250217b4964c95b0d5747eea3691fc678" and "4efc63bf981d764fc0f753851b3aa74488667127" have entirely different histories.
8970bed250
...
4efc63bf98
3 changed files with 0 additions and 22 deletions
|
@ -36,7 +36,6 @@ in
|
|||
amfora = enabled;
|
||||
bat = enabled;
|
||||
btop = enabled;
|
||||
calibre = enabled;
|
||||
cava = enabled;
|
||||
cheat = enabled;
|
||||
curl = enabled;
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
|
@ -58,7 +58,6 @@ in
|
|||
floating.border = 0;
|
||||
|
||||
window.titlebar = false;
|
||||
floating.titlebar = false;
|
||||
|
||||
gaps = {
|
||||
smartBorders = "no_gaps";
|
||||
|
|
Loading…
Reference in a new issue