clean calibre
This commit is contained in:
parent
9f9d69577e
commit
8c7713c8bc
@ -7,7 +7,6 @@
|
||||
./containers
|
||||
./de
|
||||
./displaymanager
|
||||
./ebook
|
||||
./flatpak
|
||||
./games
|
||||
./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;
|
||||
};
|
||||
arduino.enable = true;
|
||||
calibre.enable = true;
|
||||
tor.enable = true;
|
||||
chromium.enable = true;
|
||||
firejail.enable = true;
|
||||
@ -52,6 +51,7 @@ in
|
||||
thunderbird
|
||||
kicad
|
||||
ghidra
|
||||
calibre
|
||||
neomutt
|
||||
pass
|
||||
isync
|
||||
|
||||
@ -32,7 +32,6 @@ in
|
||||
media.enable = true;
|
||||
};
|
||||
arduino.enable = true;
|
||||
calibre.enable = true;
|
||||
tor.enable = true;
|
||||
alacritty.enable = true;
|
||||
chromium.enable = true;
|
||||
@ -58,6 +57,7 @@ in
|
||||
thunderbird
|
||||
prismlauncher
|
||||
kicad
|
||||
calibre
|
||||
neomutt
|
||||
pass
|
||||
isync
|
||||
|
||||
Loading…
Reference in New Issue
Block a user