change default XDG directories

This commit is contained in:
Michele Guerini Rocco 2023-07-11 12:45:44 +02:00
parent 7dc5044406
commit f58c419cdb
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -491,10 +491,10 @@
};
environment.sessionVariables = {
PATH = [ "$HOME/.local/bin/" ];
XDG_CONFIG_HOME = "$HOME/.config";
XDG_DATA_HOME = "$HOME/.local/share";
XDG_CACHE_HOME = "$HOME/.cache";
PATH = [ "$HOME/bin" ];
XDG_CONFIG_HOME = "$HOME/etc";
XDG_DATA_HOME = "$HOME/var/lib";
XDG_CACHE_HOME = "$HOME/var/cache";
SYSTEMD_COLORS = "16";
};