diff options
| -rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 08f933d3..b597a681 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -594,7 +594,7 @@ (config-home (xdg "etc")) (data-home (xdg "share")) (log-home (xdg "var/log")) - (state-home (xdg "state")))) + (state-home (xdg "var/state")))) (simple-service 'my-shell-profile home-shell-profile-service-type (list (plain-file "my-profile" |
