diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-26 15:35:16 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-26 15:35:16 -0400 |
commit | 36b31c52deaf60c64ea506dac471d556c2788313 (patch) | |
tree | 0376407cd31371b121ac64ce4a28d4c9c58d613e | |
parent | e1767d5b6d5879219471628aaebaebf36c14c8a0 (diff) |
dmd: Set pinentry program for gpg-agent.
-rw-r--r-- | dotfiles/.dmd.d/init.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/.dmd.d/init.scm b/dotfiles/.dmd.d/init.scm index 9b49859..9188a5d 100644 --- a/dotfiles/.dmd.d/init.scm +++ b/dotfiles/.dmd.d/init.scm @@ -36,7 +36,9 @@ #:start (make-forkexec-constructor (list "gpg-agent" "--daemon" - "--enable-ssh-support"))) + "--enable-ssh-support" + "--pinentry-program" + (string-append %home "/.guix-profile/bin/pinentry-gtk-2")))) ;; Mailbox sync. (make <service> #:provides '(offlineimap) |