From b71264b8647ce0d3ecf710d0dc98942df5006922 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 13 Mar 2026 00:47:33 +0100 Subject: [PATCH] Home/Nixinator: Add ghidra --- home/christoph/nixinator/default.nix | 1 + home/homemodules/fish/default.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 3a8e0214..ddd1f445 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -121,6 +121,7 @@ # jetbrains.rider zed-editor vscode + ghidra # launch with _JAVA_AWT_WM_NONREPARENTING=1 # Unity Stuff # unityhub diff --git a/home/homemodules/fish/default.nix b/home/homemodules/fish/default.nix index 027ea86a..881c1ed9 100644 --- a/home/homemodules/fish/default.nix +++ b/home/homemodules/fish/default.nix @@ -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=' '";