Compare commits

..

No commits in common. "11c6b37e7d142d0b2025180f70c2646acc3f647e" and "89b0a2cd684dbd9274fa16869e4e303d8f5f8bf8" have entirely different histories.

2 changed files with 22 additions and 25 deletions

View file

@ -38,8 +38,3 @@ export GPG_TTY
export ALTERNATE_EDITOR=""
export EDITOR="emacsclient --tty"
export VISUAL="emacsclient"
# Ensure user shepherd is running
if [[ ! -S ${XDG_RUNTIME_DIR-$HOME/.local/run}/shepherd/socket ]]; then
shepherd
fi

View file

@ -47,7 +47,6 @@
"guile-srfi-235"
"guile-ssh"
"guile-tap"
"ispell"
"nss-certs"
"pass-git-helper"
"password-store"
@ -73,4 +72,7 @@
(home-dotfiles-configuration
(directories '("./dotfiles"))
(layout 'stow)))
(service home-gpg-agent-service-type))))
(service home-gpg-agent-service-type
(home-gpg-agent-configuration
(pinentry-program
(file-append pinentry-emacs "/bin/pinentry-emacs")))))))