shell: add nix run alias
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/settings/shell.nix → user/settings/shell.nix
@@ -127,6 +127,7 @@ hox = "home-manager expire-generations '-30 days'"; nsh = "nix shell"; nb = "nix build"; + nr = "nix run"; nf = "nix flake"; nfa = "nix flake archive"; nfc = "nix flake check";