1

Home/Nixinator: Add ghidra

This commit is contained in:
2026-03-13 00:47:33 +01:00
parent 6ed1882429
commit b71264b864
2 changed files with 5 additions and 0 deletions

View File

@ -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=' '";