diff options
author | EuAndreh <eu@euandre.org> | 2025-02-19 07:36:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-19 07:36:51 -0300 |
commit | 08effcb0106cdf885c2154c968be4c5d18b66d96 (patch) | |
tree | 658c33a6f0f6970406037aca045f1b0d90a93ad7 /etc/guix/home.scm | |
parent | etc/guix/home.scm: Remove dependency on $XDG_CONFIG_HOME for cronjob.sh (diff) | |
download | dotfiles-08effcb0106cdf885c2154c968be4c5d18b66d96.tar.gz dotfiles-08effcb0106cdf885c2154c968be4c5d18b66d96.tar.xz |
etc/guix/home.scm: Add trailing newline to .profile string
Diffstat (limited to 'etc/guix/home.scm')
-rw-r--r-- | etc/guix/home.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 8eb4c11..26a688c 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -535,7 +535,8 @@ (format #f #"- export XDG_PREFIX="~a" - . "$XDG_CONFIG_HOME"/sh/rc"# + . "$XDG_CONFIG_HOME"/sh/rc + "# xdg-prefix)))) (service home-mcron-service-type (home-mcron-configuration |