1

Home/Nixinator: Use ghidra option instead of package

This commit is contained in:
2026-03-19 10:29:43 +01:00
parent 837233b552
commit be3f6baa17
2 changed files with 6 additions and 1 deletions

View File

@ -121,7 +121,7 @@
# jetbrains.rider # jetbrains.rider
zed-editor zed-editor
vscode vscode
ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1 # ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1 (use programs.ghidra)
# Unity Stuff # Unity Stuff
# unityhub # unityhub

View File

@ -197,6 +197,11 @@
enable = true; enable = true;
openFirewall = true; # Directly set port in firewall openFirewall = true; # Directly set port in firewall
}; };
ghidra = {
enable = true;
gdb = true;
};
}; };
services = { services = {