diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 1b14172..f556f85 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -6,6 +6,6 @@ package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; # make sure to also set the portal package, so that they are in sync portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; - withUWSM = false; + withUWSM = true; }; }