From e6306d08dc89474752f8efdd598609b598322f91 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:59 +1000 Subject: [PATCH] nix: start hyprland with UWSM (systemd session) --- modules/linux/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/linux/hyprland.nix b/modules/linux/hyprland.nix index 9b5649e..bffb869 100644 --- a/modules/linux/hyprland.nix +++ b/modules/linux/hyprland.nix @@ -2,6 +2,7 @@ { programs.hyprland.enable = true; + programs.hyprland.withUWSM = true; # Optional, hint electron apps to use wayland: environment.sessionVariables.NIXOS_OZONE_WL = "1";