From c57e1863d75cf88cfdf40365e71716f4516604d5 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 21 Apr 2024 15:51:10 +0200 Subject: [PATCH] [home] Install `pinentry`. --- conf/home/emacs.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5