XDG: Add XDG_CONFIG_HOME.

This commit is contained in:
Dmitry Voronin 2024-11-02 07:40:13 +03:00
parent c2edf12012
commit 9a433f44dc
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -12,6 +12,7 @@
templates = "${homeDirectory}/.template/";
videos = "${homeDirectory}/video/";
extraConfig = {
XDG_CONFIG_HOME = "${homeDirectory}/.config";
XDG_TMP_DIR = "${homeDirectory}/tmp/";
};
};