Use emacs pinentry
This commit is contained in:
parent
8017e03c46
commit
89b0a2cd68
1 changed files with 39 additions and 35 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
(use-modules (gnu home)
|
||||
(gnu packages)
|
||||
(gnu packages gnupg)
|
||||
(gnu services)
|
||||
(guix gexp)
|
||||
(gnu home services shells)
|
||||
|
@ -49,6 +50,7 @@
|
|||
"nss-certs"
|
||||
"pass-git-helper"
|
||||
"password-store"
|
||||
"pinentry-emacs"
|
||||
"recutils")))
|
||||
|
||||
;; Below is the list of Home services. To search for available
|
||||
|
@ -71,4 +73,6 @@
|
|||
(directories '("./dotfiles"))
|
||||
(layout 'stow)))
|
||||
(service home-gpg-agent-service-type
|
||||
(home-gpg-agent-configuration)))))
|
||||
(home-gpg-agent-configuration
|
||||
(pinentry-program
|
||||
(file-append pinentry-emacs "/bin/pinentry-emacs")))))))
|
||||
|
|
Loading…
Reference in a new issue