diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index ddd1f445..e868bc16 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -121,7 +121,7 @@ # jetbrains.rider zed-editor vscode - ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1 + # ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1 (use programs.ghidra) # Unity Stuff # unityhub diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index 261be42f..07572857 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -197,6 +197,11 @@ enable = true; openFirewall = true; # Directly set port in firewall }; + + ghidra = { + enable = true; + gdb = true; + }; }; services = {