From d3bd6872c2100535d31166286ee46373bd81c852 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Nov 2022 06:50:53 -0300 Subject: etc/guix/home.scm: Move $XDG_STATE_HOME to $XDG_PREFIX/var/state --- etc/guix/home.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.3