fix: move xdg variable config to home-manager

This commit is contained in:
2026-03-04 13:05:20 +01:00
parent af310c237f
commit 1d0f41ac79
2 changed files with 7 additions and 7 deletions
+7
View File
@@ -20,6 +20,13 @@ in
kekleo = lib.mkIf (osConfig != null) (mkDefaultSharedAttrs config.kekleo (osConfig.kekleo or { }));
home.sessionVariables = {
XDG_CACHE_HOME = "$HOME/.cache";
XDG_CONFIG_HOME = "$HOME/.config";
XDG_DATA_HOME = "$HOME/.local/share";
XDG_STATE_HOME = "$HOME/.local/state";
};
programs.home-manager.enable = true;
# Nicely reload system units when changing configs