home: disable xsession in wayland

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-06 10:33:35 +01:00
parent 4e98f67748
commit 28469c1876
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ in {
};
xsession = {
enable = true;
enable = !machineVars.wayland;
# TODO: declare using xdg config home
scriptPath = ".config/X11/xsession";
profilePath = ".config/X11/xprofile";

View File

@ -327,8 +327,8 @@ in
# UWSM
systemd.user.services = {
hypridle.Unit.After = lib.mkForce "graphical-session.target";
xplugd.Unit.After = lib.mkForce "graphical-session.target";
waybar.Unit.After = lib.mkForce "graphical-session.target";
network-manager-applet.Unit.After = lib.mkForce "graphical-session.target";
# hyprpaper.Unit.After = lib.mkForce "graphical-session.target";
};
}