home: xdg: enable 'preferXdgDirectories'

At the moment this only makes a difference for `dircolors`.
This commit is contained in:
Bruno BELANYI 2025-08-08 09:56:33 +00:00
parent 8688206ff5
commit 8c506ea03c

View file

@ -56,4 +56,7 @@ in
XCOMPOSECACHE = "${dataHome}/X11/xcompose";
_JAVA_OPTIONS = "-Djava.util.prefs.userRoot=${configHome}/java";
};
# Some modules *optionally* use `XDG_*_HOME` when told to
config.home.preferXdgDirectories = lib.mkIf cfg.enable true;
}