diff --git a/modules/other/xdg.nix b/modules/other/xdg.nix index 4219b89..b53e1c4 100644 --- a/modules/other/xdg.nix +++ b/modules/other/xdg.nix @@ -10,7 +10,10 @@ text_editor = "helix.desktop"; terminal = "foot.desktop"; in { - environment.sessionVariables = {TERMINAL = "${terminal}";}; + environment.sessionVariables = { + TERMINAL = "${terminal}"; + XDG_CACHE_HOME = hmCfg.xdg.cacheHome; + }; home-manager.users.${username} = { xdg = {