From e545af1809e6dd909a9d6cbb72ca560efa6cd137 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 9 Apr 2023 22:06:37 -0400 Subject: [PATCH] home: Use new gpg-agent-service-type --- .guix/rekahsoft/guix-config/home.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.guix/rekahsoft/guix-config/home.scm b/.guix/rekahsoft/guix-config/home.scm index fb558fd..aa4be8c 100644 --- a/.guix/rekahsoft/guix-config/home.scm +++ b/.guix/rekahsoft/guix-config/home.scm @@ -444,6 +444,13 @@ single certifcate used for local development with caddy.") (zprofile (list (local-file "../../../user-config/zsh/.zprofile" "zprofile"))) (zshrc (list (local-file "../../../user-config/zsh/.zshrc" "zshrc"))))) + (service home-gpg-agent-service-type + (home-gpg-agent-configuration + (pinentry-program + (file-append pinentry-gnome3 + "/bin/pinentry-gnome3")) + (ssh-support? #t))) + (simple-service 'extra-xdg-configuration-files-service home-xdg-configuration-files-service-type