clean ghidra

This commit is contained in:
smayzy 2026-02-23 01:47:34 +01:00
parent 8043192d6b
commit 9f9d69577e
4 changed files with 1 additions and 28 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,7 +5,6 @@
./base-cli
./browser
./containers
./ctf
./de
./displaymanager
./ebook

View File

@ -31,7 +31,6 @@ in
calibre.enable = true;
tor.enable = true;
chromium.enable = true;
ghidra.enable = true;
firejail.enable = true;
wireshark.enable = true;
alacritty.enable = true;
@ -52,6 +51,7 @@ in
element-desktop
thunderbird
kicad
ghidra
neomutt
pass
isync