nix-shell instead of nix shell

This commit is contained in:
ant 2024-04-11 14:17:55 +02:00
parent 0aac48f782
commit 4a6c162e12

View file

@ -89,7 +89,7 @@
hms = "home-manager switch &| nom";
dev = "nix develop -c fish";
gparted = "nix-shell -p pkgs.gparted --run 'sudo -E gparted'";
ns = "nix shell";
ns = "nix-shell";
nsp = "nix shell nixpkgs#";
f = "lfcd";
sxiv = "nsxiv";