the dirs actually are here already

This commit is contained in:
jacekpoz 2024-10-03 17:42:40 +02:00
parent 1a03ccad9a
commit be97c833bc
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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
; ;