diff options
-rw-r--r-- | modules/hyprland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 92d5ee2..3528ec8 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -17,6 +17,7 @@ programs.hyprland = { enable = true; xwayland.enable = true; + withUWSM = true; package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; }; |