From: Jakub Czajka Date: Sun, 21 Apr 2024 13:51:10 +0000 (+0200) Subject: [home] Install `pinentry`. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=c57e1863d75cf88cfdf40365e71716f4516604d5;p=guix.git [home] Install `pinentry`. --- diff --git a/conf/home/emacs.scm b/conf/home/emacs.scm index 161bc37..8bbc4ed 100644 --- a/conf/home/emacs.scm +++ b/conf/home/emacs.scm @@ -148,7 +148,8 @@ (home-program-configuration (packages (list gnupg - password-store)) + password-store + pinentry)) (dotfiles (list "bash/.config/profile.d/50-gpg.sh" "bash/.config/profile.d/50-pass.sh"