diff options
| author | EuAndreh <eu@euandre.org> | 2022-11-10 06:50:53 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-11-10 06:50:53 -0300 |
| commit | d3bd6872c2100535d31166286ee46373bd81c852 (patch) | |
| tree | 3e4a80c7e30cce406bc194695eba99051a0423d5 | |
| parent | Revert "bin/backup: Exclude ~/gPodder/ while it is not placed properly" (diff) | |
| download | dotfiles-d3bd6872c2100535d31166286ee46373bd81c852.tar.gz dotfiles-d3bd6872c2100535d31166286ee46373bd81c852.tar.xz | |
etc/guix/home.scm: Move $XDG_STATE_HOME to $XDG_PREFIX/var/state
| -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" |
