diff --git a/home/homemodules/fish/default.nix b/home/homemodules/fish/default.nix index 881c1ed9..802d7375 100644 --- a/home/homemodules/fish/default.nix +++ b/home/homemodules/fish/default.nix @@ -132,6 +132,9 @@ in { nb = "nix build -L"; ns = "nix shell nixpkgs#"; nr = "nix run"; + + ghidra = "_JAVA_AWT_WM_NONREPARENTING=1 ghidra"; # env var for wayland + sy = "sudo -E -u ${username} yazi"; } # Abbrs only available if package is installed @@ -157,10 +160,6 @@ 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=' '";