Home/Nixinator: Use ghidra option instead of package
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user