From d92aef509076cfa3c335b5757c2c3ba837533972 Mon Sep 17 00:00:00 2001 From: Uttarayan Date: Thu, 15 Feb 2024 22:02:24 +0530 Subject: [PATCH] [fix] Remove keychain --- config/nix/common/home.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/nix/common/home.nix b/config/nix/common/home.nix index a6f200ad..72ec2f3c 100644 --- a/config/nix/common/home.nix +++ b/config/nix/common/home.nix @@ -79,12 +79,12 @@ in enableFishIntegration = true; tmux.enableShellIntegration = true; }; - keychain = { - enable = true; - # keys = [ "id_ed25519" ]; - enableFishIntegration = true; - enableNushellIntegration = true; - }; + # keychain = { + # enable = pkgs.isLinux; + # keys = [ "id_ed25519" ]; + # enableFishIntegration = true; + # enableNushellIntegration = true; + # }; yazi = { enable = true; enableFishIntegration = true;