clean calibre
All checks were successful
nixos config pipeline / show-flake (push) Successful in 24s
nixos config pipeline / deploy (push) Successful in 57s

This commit is contained in:
smayzy 2026-02-23 01:50:21 +01:00
parent 9f9d69577e
commit 8c7713c8bc
5 changed files with 2 additions and 29 deletions

View File

@ -7,7 +7,6 @@
./containers ./containers
./de ./de
./displaymanager ./displaymanager
./ebook
./flatpak ./flatpak
./games ./games
./groups ./groups

View File

@ -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 ];
};
}

View File

@ -1,6 +0,0 @@
{ ... }:
{
imports = [
./calibre.nix
];
}

View File

@ -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

View File

@ -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