aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index e4cf7ca..f7f76a2 100644
--- a/home.nix
+++ b/home.nix
@@ -49,4 +49,8 @@
defaultCacheTtlSsh = 600;
enableScDaemon = false;
};
+
+ programs.fish.shellAliases = {
+ ns = "nix-shell --command fish";
+ };
}