diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/guix/home.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 5462bb6..d59c4f7 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -72,7 +72,7 @@ (define cronjobs (list #~(job "0 0 * * *" "cronjob check") - #~(job "0 1 * * *" "cronjob backupit -q cron") + #~(job "0 1 * * *" "cronjob backupit -q -t cron") #~(job "0 2 * * 0" "cronjob gc") #~(job "0 3 * * *" "cronjob reconfigure") #~(job "0 7 * * *" "cronjob guix pull -v3"))) @@ -393,6 +393,8 @@ opencl-icd-loader pciutils usbutils + python-mypy + python-flake8 python-pyopencl python-pandas ;; python-scikit-learn ; conflicts with python-requests @@ -497,7 +499,6 @@ quodlibet icedove netsurf - anki firefox)) (list ((transformations:options->transformation |
