From 4bed2e7021a1fa7dc6439eda5daeb3a3867e77c4 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 1 Mar 2026 22:36:50 +0100 Subject: [PATCH] Modules/Fish: Add nix run abbr --- home/homemodules/fish/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/homemodules/fish/default.nix b/home/homemodules/fish/default.nix index 94140bf8..027ea86a 100644 --- a/home/homemodules/fish/default.nix +++ b/home/homemodules/fish/default.nix @@ -131,6 +131,7 @@ in { nd = "nix develop"; nb = "nix build -L"; ns = "nix shell nixpkgs#"; + nr = "nix run"; } # Abbrs only available if package is installed