From b1b0f87ac67c211155700df6c745b8640039b7c7 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 29 Dec 2025 14:28:30 +0900 Subject: [PATCH] home/xsession: use `xdg.configHome` --- home/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index 97f5733..62f38b3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -53,8 +53,8 @@ in { xsession = { enable = !machineVars.wayland; # TODO: declare using xdg config home - scriptPath = ".config/X11/xsession"; - profilePath = ".config/X11/xprofile"; + scriptPath = "${config.xdg.configHome}/X11/xsession"; + profilePath = "${config.xdg.configHome}/X11/xprofile"; }; news.display = "silent";