Home Gen84 @ 2024-04-23-23:06

This commit is contained in:
Jonas Röger 2024-04-23 23:06:24 +02:00
parent 2d9afd8dd1
commit f33e3ddea1

View File

@ -15,5 +15,11 @@
enableSshSupport = true;
enableZshIntegration = true;
pinentryFlavor = "qt";
extraConfig = ''
allow-emacs-pinentry
'';
};
home.sessionVariables = {
SSH_AUTH_SOCK = "\${SSH_AUTH_SOCK:-$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh}";
};
}