home/xsession: use xdg.configHome

This commit is contained in:
2025-12-29 14:28:30 +09:00
parent 9863a33778
commit b1b0f87ac6

View File

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