nix: start hyprland with UWSM (systemd session)

This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent 0769321970
commit e6306d08dc

View file

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