home: xdg: enable 'preferXdgDirectories'
At the moment this only makes a difference for `dircolors`.
This commit is contained in:
parent
8688206ff5
commit
8c506ea03c
1 changed files with 3 additions and 0 deletions
|
|
@ -56,4 +56,7 @@ in
|
||||||
XCOMPOSECACHE = "${dataHome}/X11/xcompose";
|
XCOMPOSECACHE = "${dataHome}/X11/xcompose";
|
||||||
_JAVA_OPTIONS = "-Djava.util.prefs.userRoot=${configHome}/java";
|
_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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue