Home/Nixinator: Use ghidra option instead of package
This commit is contained in:
@ -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
|
||||
|
||||
@ -197,6 +197,11 @@
|
||||
enable = true;
|
||||
openFirewall = true; # Directly set port in firewall
|
||||
};
|
||||
|
||||
ghidra = {
|
||||
enable = true;
|
||||
gdb = true;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user