Home Gen85 @ 2024-04-23-23:25

This commit is contained in:
Jonas Röger 2024-04-23 23:25:55 +02:00
parent f33e3ddea1
commit 0a5c4cfd8e

View File

@ -20,6 +20,6 @@
''; '';
}; };
home.sessionVariables = { home.sessionVariables = {
SSH_AUTH_SOCK = "\${SSH_AUTH_SOCK:-$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh}"; SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh";
}; };
} }