Auto-commit: 2026-01-06 01:44:12

This commit is contained in:
2026-01-06 01:44:12 +00:00
parent 279d5329c2
commit 0b622f9f3e

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 = true;
withUWSM = false;
};
}