Revert "nix: start hyprland with UWSM (systemd session)"

This reverts commit df552a33cdd7b94101097d1930f490ab64128aa5.
This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent 584e17361c
commit 909f80b06b

View file

@ -2,7 +2,6 @@
{
programs.hyprland.enable = true;
programs.hyprland.withUWSM = true;
# Optional, hint electron apps to use wayland:
environment.sessionVariables.NIXOS_OZONE_WL = "1";