From 7033407c230371012984ca17efc426612cfb83b4 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 2 Mar 2026 13:38:52 +0100 Subject: [PATCH] fix: add /etc/xdg to XDG_CONFIG_DIRS for GNOME session --- home/hosts/work/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/hosts/work/default.nix b/home/hosts/work/default.nix index 4bef19d..bcfa2f3 100644 --- a/home/hosts/work/default.nix +++ b/home/hosts/work/default.nix @@ -77,6 +77,8 @@ in nixpkgs.config.allowUnfree = true; + xdg.systemDirs.config = [ "/etc/xdg" ]; + home = { stateVersion = "25.05"; inherit username;