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";