[fix] Remove keychain
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user