clean ghidra
This commit is contained in:
parent
8043192d6b
commit
9f9d69577e
@ -1,6 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./ghidra.nix
|
||||
];
|
||||
}
|
||||
@ -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 ];
|
||||
};
|
||||
}
|
||||
@ -5,7 +5,6 @@
|
||||
./base-cli
|
||||
./browser
|
||||
./containers
|
||||
./ctf
|
||||
./de
|
||||
./displaymanager
|
||||
./ebook
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user