the dirs actually are here already
This commit is contained in:
parent
1a03ccad9a
commit
be97c833bc
1 changed files with 0 additions and 4 deletions
|
@ -7,18 +7,14 @@
|
||||||
|
|
||||||
# https://specifications.freedesktop.org/basedir-spec/latest/
|
# https://specifications.freedesktop.org/basedir-spec/latest/
|
||||||
XDG_CACHE_HOME = "$HOME/.cache";
|
XDG_CACHE_HOME = "$HOME/.cache";
|
||||||
XDG_CONFIG_DIRS = "/etc/xdg";
|
|
||||||
XDG_CONFIG_HOME = "$HOME/.config";
|
XDG_CONFIG_HOME = "$HOME/.config";
|
||||||
XDG_DATA_DIRS = "/usr/local/share/:/usr/share/";
|
|
||||||
XDG_DATA_HOME = "$HOME/.local/share";
|
XDG_DATA_HOME = "$HOME/.local/share";
|
||||||
XDG_STATE_HOME = "$HOME/.local/state";
|
XDG_STATE_HOME = "$HOME/.local/state";
|
||||||
in {
|
in {
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
inherit
|
inherit
|
||||||
XDG_CACHE_HOME
|
XDG_CACHE_HOME
|
||||||
XDG_CONFIG_DIRS
|
|
||||||
XDG_CONFIG_HOME
|
XDG_CONFIG_HOME
|
||||||
XDG_DATA_DIRS
|
|
||||||
XDG_DATA_HOME
|
XDG_DATA_HOME
|
||||||
XDG_STATE_HOME
|
XDG_STATE_HOME
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue