diff options
-rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ }; programs.fish.shellAliases = { - ns = "persistent-nix-shell --command fish"; + ns = "persistent-nix-shell -s"; cat = "bat --plain"; }; } |