diff options
Diffstat (limited to 'etc/guix/home.scm')
-rw-r--r-- | etc/guix/home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index a99562b..8eb4c11 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -512,8 +512,8 @@ q:go-full) (list (script "cronjob" - (slurp (string-append (getenv "XDG_CONFIG_HOME") - "/sh/cronjob.sh")))))) + (slurp (string-append (getenv "HOME") + "/.usr/etc/sh/cronjob.sh")))))) (services (append %base-home-services |