[fix] Remove keychain

This commit is contained in:
Uttarayan
2024-02-15 22:02:24 +05:30
parent 6537b4e784
commit d92aef5090

View File

@@ -79,12 +79,12 @@ in
enableFishIntegration = true; enableFishIntegration = true;
tmux.enableShellIntegration = true; tmux.enableShellIntegration = true;
}; };
keychain = { # keychain = {
enable = true; # enable = pkgs.isLinux;
# keys = [ "id_ed25519" ]; # keys = [ "id_ed25519" ];
enableFishIntegration = true; # enableFishIntegration = true;
enableNushellIntegration = true; # enableNushellIntegration = true;
}; # };
yazi = { yazi = {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;