aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config
diff options
context:
space:
mode:
Diffstat (limited to 'oni/home/config')
-rw-r--r--oni/home/config/rincewind.scm11
1 files changed, 10 insertions, 1 deletions
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-mpd-audio-output>
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")))))))