From 6445a90dfd23ccb875451a23ba4027ef9cf6b1d6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 12 Jul 2023 15:46:05 -0700 Subject: Add notmuch configuration to guix-home --- oni/home/config/rincewind.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'oni/home/config') diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index ade01fc..d095fb1 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -71,6 +71,9 @@ home-mpc-update-service-type home-mpd-notify-service-type)) + #:use-module ((oni home services notmuch) + #:select (home-notmuch-service-type + home-notmuch-configuration)) #:use-module ((oni home services picom) #:select (home-picom-service-type home-picom-configuration)) @@ -303,4 +306,10 @@ (home-stumpwm-configuration (package stumpwm+swank))) - (service home-inkplate-display-service-type)))) + (service home-inkplate-display-service-type) + (service home-notmuch-service-type + (home-notmuch-configuration + (database-path "/home/chelys/documents/mail") + (user-primary-email "tom@ryuslash.org") + (user-other-email '("ryuslash@gmail.com" "tom@iactor.nl")) + (new-ignore '(".nnmaildir" ".mbsyncstate" ".uidvalidity"))))))) -- cgit v1.3-2-g0d8e