diff --git a/hosts/common/desktop/xdg.nix b/hosts/common/desktop/xdg.nix index 2eb0166..2cd800b 100644 --- a/hosts/common/desktop/xdg.nix +++ b/hosts/common/desktop/xdg.nix @@ -79,10 +79,10 @@ in { ''; }; - cacheHome = XDG_CACHE_HOME; - configHome = XDG_CONFIG_HOME; - dataHome = XDG_DATA_HOME; - stateHome = XDG_STATE_HOME; + cacheHome = "${hmCfg.home.homeDirectory}/.cache"; + configHome = "${hmCfg.home.homeDirectory}/.config"; + dataHome = "${hmCfg.home.homeDirectory}/.local/share"; + stateHome = "${hmCfg.home.homeDirectory}/.local/state"; mimeApps = { enable = true; defaultApplications = let