From 0b622f9f3ea93a546ee2578d4ab106dd3efce973 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 01:44:12 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 01:44:12 --- 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 f556f85..1b14172 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 = true; + withUWSM = false; }; }