diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-22 11:07:07 +0100 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-22 11:07:07 +0100 |
commit | a17b6a8c552c44c4fde1927bc93c79100e85c4cd (patch) | |
tree | 1f0aeec1354cd2ba2cba9ff903b9de4062097764 /home | |
parent | 2de21b5dac6090a5c65acce88c85e648fa78ee8d (diff) | |
download | guix-a17b6a8c552c44c4fde1927bc93c79100e85c4cd.tar.gz guix-a17b6a8c552c44c4fde1927bc93c79100e85c4cd.tar.bz2 guix-a17b6a8c552c44c4fde1927bc93c79100e85c4cd.zip |
.
Diffstat (limited to 'home')
-rw-r--r-- | home/config.scm | 11 | ||||
-rw-r--r-- | home/dots/.mbsyncrc | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/home/config.scm b/home/config.scm index f1ab512..b5bc592 100644 --- a/home/config.scm +++ b/home/config.scm @@ -5,6 +5,7 @@ #:use-module (gnu home) #:use-module (gnu home services) #:use-module (gnu home services shells) + #:use-module (gnu home services mcron) #:use-module (gnu services) #:use-module (gnu packages) #:use-module (gnu packages admin) @@ -101,6 +102,9 @@ man-pages mandoc mp3info + notmuch + emacs-notmuch + afew ungoogled-chromium pandoc kmonad @@ -200,6 +204,13 @@ (templates "$HOME/templates") (videos "$HOME/videos"))) + (service home-mcron-service-type + (home-mcron-configuration + (jobs (list + #~(job + '(next-minute (range 0 60 5)) + "~/.local/bin/sync-mail"))))) + (service home-syncthing-service-type (for-home (syncthing-configuration diff --git a/home/dots/.mbsyncrc b/home/dots/.mbsyncrc index ca00992..6278a94 100644 --- a/home/dots/.mbsyncrc +++ b/home/dots/.mbsyncrc @@ -38,8 +38,8 @@ SyncState * # WORK IMAPAccount Work Host imap.gmail.com -User marc.coquand@sustainably.app -PassCmd "pass sustainably/gmail" +User marc.coquand@piva.earth +PassCmd "pass piva/gmail" TLSType IMAPS Timeout 60 |