From cd3c1efa75f6307a023270185ea7fa1ad1d7af75 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Tue, 3 Mar 2026 11:37:45 +1000 Subject: [PATCH] ensure XDG_CONFIG_HOME is set --- groups/cryos/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/groups/cryos/default.nix b/groups/cryos/default.nix index 345bf8d..e24392b 100644 --- a/groups/cryos/default.nix +++ b/groups/cryos/default.nix @@ -99,6 +99,7 @@ sessionVariables = { # folder names with capitalisation look awful! XDG_DOWNLOAD_DIR = "$HOME/downloads"; + XDG_CONFIG_HOME = "$HOME/.config"; }; };