chore(work): add gnupg as SSH agent

This commit is contained in:
Yorick Barbanneau 2025-08-26 22:41:01 +02:00
parent 7c5882f2c5
commit fc30593e0a
Signed by: ephase
GPG key ID: 246042E52B41FFCF
2 changed files with 5 additions and 4 deletions

View file

@ -28,4 +28,8 @@
xkb_variant = "altgr-intl";
};
};
home.sessionVariables = {
SSH_AUTH_SOCK = ''$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh'';
};
}