From aa74279030fd755456ddcfbf3db6b2e15fea4dd5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Feb 2025 07:36:24 -0300 Subject: etc/guix/home.scm: Remove dependency on $XDG_CONFIG_HOME for cronjob.sh --- etc/guix/home.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/guix') 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 -- cgit v1.2.3