From e0b86dfe9d7c12548fa564a9cf7f2fc0e7441ab8 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 12 Aug 2024 20:51:38 +0200 Subject: [PATCH] fix: path to pinentry --- home/home-configuration.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 5239c38..60b7e8d 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -83,6 +83,6 @@ (service home-gpg-agent-service-type (home-gpg-agent-configuration (pinentry-program - (file-append pinentry-gtk2 "/bin/pinentry-gtk")))) + (file-append pinentry-gtk2 "/bin/pinentry-gtk-2")))) (service home-pipewire-service-type) (service home-dbus-service-type)))) -- 2.48.1