Disabled UWSM

This commit is contained in:
2025-12-07 23:51:09 -05:00
parent 9dd76a18a1
commit 96ad8e6994
2 changed files with 5 additions and 5 deletions

View File

@@ -14,14 +14,14 @@ in
programs = {
hyprland = {
enable = true;
withUWSM = true;
# withUWSM = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
mango.enable = true;
uwsm.enable = true;
# uwsm.enable = true;
};
environment.systemPackages = [