Compare commits

...

2 Commits

Author SHA1 Message Date
8c7713c8bc clean calibre
All checks were successful
nixos config pipeline / show-flake (push) Successful in 24s
nixos config pipeline / deploy (push) Successful in 57s
2026-02-23 01:50:49 +01:00
9f9d69577e clean ghidra 2026-02-23 01:50:49 +01:00
7 changed files with 3 additions and 57 deletions

View File

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

View File

@ -1,20 +0,0 @@
{
lib,
config,
pkgs,
...
}:
let
inherit (lib) mkIf mkOption types;
in
{
options.smayzy.ghidra.enable = mkOption {
type = types.bool;
default = false;
description = "enable ghidra";
};
config = mkIf config.smayzy.ghidra.enable {
environment.systemPackages = with pkgs; [ ghidra ];
};
}

View File

@ -5,10 +5,8 @@
./base-cli ./base-cli
./browser ./browser
./containers ./containers
./ctf
./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,10 +28,8 @@ 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;
ghidra.enable = true;
firejail.enable = true; firejail.enable = true;
wireshark.enable = true; wireshark.enable = true;
alacritty.enable = true; alacritty.enable = true;
@ -52,6 +50,8 @@ in
element-desktop element-desktop
thunderbird thunderbird
kicad kicad
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