summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 22102f9..bcfbff5 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -66,6 +66,12 @@
     fish.enable = true;
     git.enable = true;
 
+    ghidra = {
+      enable = true;
+      package = auxiliaryPkgs.ghidra;
+      gdb = true;
+    };
+
     adb.enable = true;
 
     gnupg.agent = {
@@ -121,7 +127,7 @@
     man-pages man-pages-posix
   ]) ++ (with auxiliaryPkgs; [
     # TODO: need fixes for 25.05
-    # ghidra retroarch wine
+    # retroarch wine
     ngfx
   ]);