From 26fe778da2ff8310110ec18c6419c60a67ac608f Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Mon, 15 Jul 2024 15:02:23 -0500 Subject: [PATCH] Remove gnupg due to foreign distro --- home-configuration.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 829a77e..5781104 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -1,5 +1,6 @@ (use-modules (gnu home) (gnu packages) + (gnu packages gnupg) (gnu services) (guix gexp) (guix channels) @@ -38,7 +39,7 @@ "flatpak" "libreoffice" "kitty" - "gnupg" +; "gnupg" "dolphin" "keepassxc" "htop" @@ -66,9 +67,11 @@ "nushell"))) (services - (list (service home-gpg-agent-service-type - (home-gpg-agent-configuration - (ssh-support? #t))) + (list ;(service home-gpg-agent-service-type +; (home-gpg-agent-configuration +; (pinentry-program +; (file-append pinentry "/bin/pinentry")) +; (ssh-support? #t))) (service home-fish-service-type (home-fish-configuration (config