changed agent

This commit is contained in:
2024-04-27 00:28:32 +02:00
parent aea9b35aa6
commit 382da16927
2 changed files with 22 additions and 19 deletions

View File

@@ -134,6 +134,9 @@
lmstudio
unstable.arduino-ide
iwgtk
kwallet-pam
kwalletcli
kwalletmanager
];
# services.gnome-keyring = {
@@ -145,16 +148,16 @@
# ];
# };
programs.keychain = {
enable = true;
enableZshIntegration = true;
keys = [
"id_rsa"
];
enableXsessionIntegration = true;
};
# programs.keychain = {
# enable = true;
# enableZshIntegration = true;
# keys = [
# "id_rsa"
# ];
# enableXsessionIntegration = true;
# };
systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
# systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
home.sessionVariables = {
EDITOR = "nvim";