home/common | re-enable keychain

This commit is contained in:
Don Harper 2025-07-21 11:10:42 -05:00
parent 6cc9530a9e
commit 5b51d46cdf

View file

@ -111,13 +111,12 @@
}; };
}; };
programs.go.enable = true; programs.go.enable = true;
# programs.keychain = { programs.keychain = {
# enable = true; enable = true;
# enableBashIntegration = true; enableBashIntegration = true;
# agents = "ssh"; keys =
# # keys = "id_aur id_dsa id_ed25519 git C7E41C9F79C846984163693FCCD8E76F07EA701B";
# # "id_aur id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA"; inheritType = "any";
# inheritType = "any"; };
# };
home.file.".links/links.cfg".source = files/links.cfg; home.file.".links/links.cfg".source = files/links.cfg;
} }