home: disable xsession in wayland
This commit is contained in:
parent
4e98f67748
commit
28469c1876
@ -131,7 +131,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
enable = !machineVars.wayland;
|
||||||
# TODO: declare using xdg config home
|
# TODO: declare using xdg config home
|
||||||
scriptPath = ".config/X11/xsession";
|
scriptPath = ".config/X11/xsession";
|
||||||
profilePath = ".config/X11/xprofile";
|
profilePath = ".config/X11/xprofile";
|
||||||
|
@ -327,8 +327,8 @@ in
|
|||||||
# UWSM
|
# UWSM
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
hypridle.Unit.After = lib.mkForce "graphical-session.target";
|
hypridle.Unit.After = lib.mkForce "graphical-session.target";
|
||||||
xplugd.Unit.After = lib.mkForce "graphical-session.target";
|
|
||||||
waybar.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";
|
# hyprpaper.Unit.After = lib.mkForce "graphical-session.target";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user