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;
|
amfora = enabled;
|
||||||
bat = enabled;
|
bat = enabled;
|
||||||
btop = enabled;
|
btop = enabled;
|
||||||
calibre = enabled;
|
|
||||||
cava = enabled;
|
cava = enabled;
|
||||||
cheat = enabled;
|
cheat = enabled;
|
||||||
curl = 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;
|
floating.border = 0;
|
||||||
|
|
||||||
window.titlebar = false;
|
window.titlebar = false;
|
||||||
floating.titlebar = false;
|
|
||||||
|
|
||||||
gaps = {
|
gaps = {
|
||||||
smartBorders = "no_gaps";
|
smartBorders = "no_gaps";
|
||||||
|
|
Loading…
Reference in a new issue