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
|
./base-cli
|
||||||
./browser
|
./browser
|
||||||
./containers
|
./containers
|
||||||
./ctf
|
|
||||||
./de
|
./de
|
||||||
./displaymanager
|
./displaymanager
|
||||||
./ebook
|
./ebook
|
||||||
|
|||||||
@ -31,7 +31,6 @@ in
|
|||||||
calibre.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 +51,7 @@ in
|
|||||||
element-desktop
|
element-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
kicad
|
kicad
|
||||||
|
ghidra
|
||||||
neomutt
|
neomutt
|
||||||
pass
|
pass
|
||||||
isync
|
isync
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user