Fix SSH/GPG agent conflicts and remove redundant catppuccin import

This commit is contained in:
Don Harper 2026-05-05 15:05:54 -05:00
parent ab6217a4c7
commit e20d791a78
4 changed files with 9 additions and 14 deletions

View file

@ -116,20 +116,20 @@
tray.enable = true;
};
ssh-agent = {
enable = true;
enable = false;
};
gpg-agent = {
enable = true;
defaultCacheTtl = 1800;
# enableSshSupport = true;
enableSshSupport = true;
};
};
programs.go.enable = true;
programs.keychain = {
enable = true;
enableBashIntegration = true;
keys = "id_aur id_dsa id_ed25519 git C7E41C9F79C846984163693FCCD8E76F07EA701B";
};
# programs.keychain = {
# enable = true;
# enableBashIntegration = true;
# keys = "id_aur id_dsa id_ed25519 git C7E41C9F79C846984163693FCCD8E76F07EA701B";
# };
home.file.".links/links.cfg".source = files/links.cfg;
xdg.configFile."nix/nix.conf".text = ''
extra-experimental-features = flakes nix-command