change default XDG directories
This commit is contained in:
parent
7dc5044406
commit
f58c419cdb
@ -491,10 +491,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
PATH = [ "$HOME/.local/bin/" ];
|
PATH = [ "$HOME/bin" ];
|
||||||
XDG_CONFIG_HOME = "$HOME/.config";
|
XDG_CONFIG_HOME = "$HOME/etc";
|
||||||
XDG_DATA_HOME = "$HOME/.local/share";
|
XDG_DATA_HOME = "$HOME/var/lib";
|
||||||
XDG_CACHE_HOME = "$HOME/.cache";
|
XDG_CACHE_HOME = "$HOME/var/cache";
|
||||||
SYSTEMD_COLORS = "16";
|
SYSTEMD_COLORS = "16";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user