summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/home.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/home.nix b/share/home.nix
index 6a06ef4..eab54ba 100644
--- a/share/home.nix
+++ b/share/home.nix
@@ -134,20 +134,20 @@
# file manager
programs.yazi = {
enable = true;
- enableNushellIntegration = true;
+ enableZshIntegration = true;
};
# enable keychain, we use the main user key
programs.keychain = {
enable = true;
- enableNushellIntegration = true;
+ enableZshIntegration = true;
keys = [ "/home/cullmann/.ssh/id_ed25519" ];
};
# https://github.com/nix-community/nix-direnv
programs.direnv = {
enable = true;
- enableNushellIntegration = true;
+ enableZshIntegration = true;
nix-direnv.enable = true;
};
}