aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-08 18:33:21 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-08 18:33:26 +0200
commit9feb2f3ae87c6e0e41453101a0189406c6ae6770 (patch)
tree1c097332e9549131006befbe14a337ee2869750c
parentd1b5e81148dc02c22766bef6ec52eb758328c11c (diff)
downloadnixos-9feb2f3ae87c6e0e41453101a0189406c6ae6770.tar.zst
Enable nushell integration
-rw-r--r--home/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/default.nix b/home/default.nix
index 89827f1..53f7cb2 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -319,6 +319,7 @@ in
defaultCacheTtl = 1800;
enable = true;
enableFishIntegration = true;
+ enableNushellIntegration = true;
enableSshSupport = true;
pinentry.package = pkgs.pinentry-gnome3;
};