clean calibre
This commit is contained in:
parent
9f9d69577e
commit
8c7713c8bc
@ -7,7 +7,6 @@
|
|||||||
./containers
|
./containers
|
||||||
./de
|
./de
|
||||||
./displaymanager
|
./displaymanager
|
||||||
./ebook
|
|
||||||
./flatpak
|
./flatpak
|
||||||
./games
|
./games
|
||||||
./groups
|
./groups
|
||||||
|
|||||||
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
let
|
|
||||||
inherit (lib) mkIf mkOption types;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.smayzy.calibre.enable = mkOption {
|
|
||||||
type = types.bool;
|
|
||||||
default = false;
|
|
||||||
description = "enable calibre";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = mkIf config.smayzy.calibre.enable {
|
|
||||||
environment.systemPackages = with pkgs; [ calibre ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./calibre.nix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@ -28,7 +28,6 @@ in
|
|||||||
gaming.enable = true;
|
gaming.enable = true;
|
||||||
};
|
};
|
||||||
arduino.enable = true;
|
arduino.enable = true;
|
||||||
calibre.enable = true;
|
|
||||||
tor.enable = true;
|
tor.enable = true;
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
firejail.enable = true;
|
firejail.enable = true;
|
||||||
@ -52,6 +51,7 @@ in
|
|||||||
thunderbird
|
thunderbird
|
||||||
kicad
|
kicad
|
||||||
ghidra
|
ghidra
|
||||||
|
calibre
|
||||||
neomutt
|
neomutt
|
||||||
pass
|
pass
|
||||||
isync
|
isync
|
||||||
|
|||||||
@ -32,7 +32,6 @@ in
|
|||||||
media.enable = true;
|
media.enable = true;
|
||||||
};
|
};
|
||||||
arduino.enable = true;
|
arduino.enable = true;
|
||||||
calibre.enable = true;
|
|
||||||
tor.enable = true;
|
tor.enable = true;
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
@ -58,6 +57,7 @@ in
|
|||||||
thunderbird
|
thunderbird
|
||||||
prismlauncher
|
prismlauncher
|
||||||
kicad
|
kicad
|
||||||
|
calibre
|
||||||
neomutt
|
neomutt
|
||||||
pass
|
pass
|
||||||
isync
|
isync
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user