nix-shell instead of nix shell
This commit is contained in:
parent
0aac48f782
commit
4a6c162e12
1 changed files with 1 additions and 1 deletions
2
fish.nix
2
fish.nix
|
|
@ -89,7 +89,7 @@
|
||||||
hms = "home-manager switch &| nom";
|
hms = "home-manager switch &| nom";
|
||||||
dev = "nix develop -c fish";
|
dev = "nix develop -c fish";
|
||||||
gparted = "nix-shell -p pkgs.gparted --run 'sudo -E gparted'";
|
gparted = "nix-shell -p pkgs.gparted --run 'sudo -E gparted'";
|
||||||
ns = "nix shell";
|
ns = "nix-shell";
|
||||||
nsp = "nix shell nixpkgs#";
|
nsp = "nix shell nixpkgs#";
|
||||||
f = "lfcd";
|
f = "lfcd";
|
||||||
sxiv = "nsxiv";
|
sxiv = "nsxiv";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue