aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 2ec9dfb..d96752b 100644
--- a/home.nix
+++ b/home.nix
@@ -62,7 +62,7 @@
};
programs.fish.shellAliases = {
- ns = "persistent-nix-shell --command fish";
+ ns = "persistent-nix-shell -s";
cat = "bat --plain";
};
}