diff options
-rw-r--r-- | home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,4 +49,8 @@ defaultCacheTtlSsh = 600; enableScDaemon = false; }; + + programs.fish.shellAliases = { + ns = "nix-shell --command fish"; + }; } |