diff options
| author | EuAndreh <eu@euandre.org> | 2022-11-12 16:05:32 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-11-12 16:05:32 -0300 |
| commit | 3dcbe37baab74e089dee6f93d74a8824f5591478 (patch) | |
| tree | 64a8fc3d24b246c5d2018feda924d0f106e147cb /etc/guix | |
| parent | bin/bins: Add -F option (diff) | |
| download | dotfiles-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.scm | 2 |
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"))) |
