tsuki: disable UWSM for hyprland

This commit is contained in:
notohh 2025-02-01 05:38:16 -05:00
parent dd644e5729
commit d15c8a8085
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -65,7 +65,7 @@
programs = {
hyprland = {
enable = true;
withUWSM = true;
withUWSM = false;
portalPackage = inputs.xdg-portal-hyprland.packages.${pkgs.system}.default;
};
corectrl.enable = true;