diff options
| author | Grisha Shipunov | 2025-09-10 15:16:44 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-09-10 15:16:44 +0200 |
| commit | 5d5f2db247228df0b3cbf721ea64a96e138d6b71 (patch) | |
| tree | 5f1529bbbc9fc0bea16aa1e55785528df86bdb64 /modules | |
| parent | 29742a42cd31680f3aa4aae4513ae16d336c7d57 (diff) | |
add ghidra
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/devtools.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix index 2b81952..2fb3682 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -42,4 +42,10 @@ package = pkgs.wireshark; }; users.users."0xa".extraGroups = [ "wireshark" ]; + + programs.ghidra = { + enable = true; + gdb = true; + package = pkgs.ghidra; + }; } |
