diff --git a/home/common/default.nix b/home/common/default.nix index 1c73db2..5cc6581 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -106,13 +106,13 @@ }; }; programs.go.enable = true; - programs.keychain = { - enable = true; - enableBashIntegration = true; - agents = "ssh"; - keys = - "id_aur id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA"; - inheritType = "any"; - }; + # programs.keychain = { + # enable = true; + # enableBashIntegration = true; + # agents = "ssh"; + # # keys = + # # "id_aur id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA"; + # inheritType = "any"; + # }; home.file.".links/links.cfg".source = files/links.cfg; }