clean calibre
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:49 +01:00
parent 9f9d69577e
commit 8c7713c8bc
5 changed files with 2 additions and 29 deletions
-1
View File
@@ -7,7 +7,6 @@
./containers
./de
./displaymanager
./ebook
./flatpak
./games
./groups
-20
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 ];
};
}
-6
View File
@@ -1,6 +0,0 @@
{ ... }:
{
imports = [
./calibre.nix
];
}
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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