this is needed for nix :)

This commit is contained in:
Aly Sewelam
2025-12-22 13:56:39 +02:00
parent e31edc662f
commit 6a40fb1f5a

View File

@@ -653,3 +653,6 @@
:nv "D" #'org-roam-dailies-capture-today
:nv "m s A" #'org-archive-subtree
)
;; ssh auth sock sometimes isn't inheritted (w nix)
(setenv "SSH_AUTH_SOCK" (expand-file-name "~/.bitwarden-ssh-agent.sock"))