From a9ce7df11d0fbc9117a1fe8183b95e99dd9b1553 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 02:55:15 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 02:55:15 --- modules/desktop/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }