diff --git a/home/home.nix b/home/home.nix index fe983d1..bc29f5d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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"; diff --git a/home/programs/hyprland.nix b/home/programs/hyprland.nix index 22270d9..a564788 100644 --- a/home/programs/hyprland.nix +++ b/home/programs/hyprland.nix @@ -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"; }; }