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
./browser
./containers
./ctf
./de
./displaymanager
./ebook
./flatpak
./games
./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;
};
arduino.enable = true;
calibre.enable = true;
tor.enable = true;
chromium.enable = true;
ghidra.enable = true;
firejail.enable = true;
wireshark.enable = true;
alacritty.enable = true;
@ -52,6 +50,8 @@ in
element-desktop
thunderbird
kicad
ghidra
calibre
neomutt
pass
isync

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