Home/Nixinator: Add ghidra
This commit is contained in:
@ -121,6 +121,7 @@
|
||||
# jetbrains.rider
|
||||
zed-editor
|
||||
vscode
|
||||
ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
# Unity Stuff
|
||||
# unityhub
|
||||
|
||||
@ -157,6 +157,10 @@ in {
|
||||
storage = "gdu";
|
||||
})
|
||||
|
||||
(abbrify pkgs.ghidra {
|
||||
ghidra = "_JAVA_AWT_WM_NONREPARENTING=1 ghidra";
|
||||
})
|
||||
|
||||
(abbrify pkgs.git {
|
||||
gs = "git status";
|
||||
gd = "git diff --output-indicator-new=' ' --output-indicator-old=' '";
|
||||
|
||||
Reference in New Issue
Block a user