aboutsummaryrefslogtreecommitdiff
path: root/etc/guix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-12 16:05:32 -0300
committerEuAndreh <eu@euandre.org>2022-11-12 16:05:32 -0300
commit3dcbe37baab74e089dee6f93d74a8824f5591478 (patch)
tree64a8fc3d24b246c5d2018feda924d0f106e147cb /etc/guix
parentbin/bins: Add -F option (diff)
downloaddotfiles-3dcbe37baab74e089dee6f93d74a8824f5591478.tar.gz
dotfiles-3dcbe37baab74e089dee6f93d74a8824f5591478.tar.xz
Revert "Move email, IRC and Atom into Thunderbird"
This reverts commit 9e65133659eb92c65c730b83d68c81e9d2df4251. I'm still using msmtpq for git-send-email. So I'll have to work that out before removing *all* email configuration.
Diffstat (limited to '')
-rw-r--r--etc/guix/home.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index 79bb1c17..3bf9f3ea 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -227,7 +227,9 @@
(define cronjobs
(list
+ #~(job "0 0 * * *" "cronjob msmtp-queue -r")
#~(job "0 0 * * *" "cronjob check")
+ #~(job "5 */6 * * *" "cronjob m")
#~(job "30 0 * * *" "cronjob x update AND upgrade")
#~(job "30 0 * * *" "cronjob backup -q cron")))