1

Modules/Fish: Add nix run abbr

This commit is contained in:
2026-03-01 22:36:50 +01:00
parent 75ffcc5c6e
commit 4bed2e7021

View File

@ -131,6 +131,7 @@ in {
nd = "nix develop"; nd = "nix develop";
nb = "nix build -L"; nb = "nix build -L";
ns = "nix shell nixpkgs#"; ns = "nix shell nixpkgs#";
nr = "nix run";
} }
# Abbrs only available if package is installed # Abbrs only available if package is installed