diff --git a/nixos/modules/hyprland.nix b/nixos/modules/hyprland.nix index 07e9c5c..0297e1b 100644 --- a/nixos/modules/hyprland.nix +++ b/nixos/modules/hyprland.nix @@ -1,5 +1,5 @@ { - programs.uwsm.enable = true; + # programs.uwsm.enable = true; programs.hyprland = { enable = true; withUWSM = true;