summaryrefslogtreecommitdiff
path: root/tw/home/lud.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/lud.scm')
-rw-r--r--tw/home/lud.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tw/home/lud.scm b/tw/home/lud.scm
index 10f4b107..44cd0c2b 100644
--- a/tw/home/lud.scm
+++ b/tw/home/lud.scm
@@ -7,4 +7,5 @@
;; These packages will show up in the home profile, under ~/.guix-home/profile.
(packages (append common-packages emacs-packages))
;; To search for available home services, run 'guix home search KEYWORD'.
- (services (append common-services emacs-services)))
+ (services (append (gnupg-services #:gui-pinentry? #f)
+ common-services emacs-services)))