From 4a6c162e12722b51c059f9730a13bd4e0644b26c Mon Sep 17 00:00:00 2001 From: ant Date: Thu, 11 Apr 2024 14:17:55 +0200 Subject: [PATCH] nix-shell instead of nix shell --- fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish.nix b/fish.nix index 4a5e42f..cc033e9 100644 --- a/fish.nix +++ b/fish.nix @@ -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";