Auto-commit: 2026-01-06 02:55:15

This commit is contained in:
2026-01-06 02:55:15 +00:00
parent 046161444a
commit a9ce7df11d

View File

@@ -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;
};
}