diff --git a/nixos/modules/hyprland.nix b/nixos/modules/hyprland.nix index 272c806..d373b63 100644 --- a/nixos/modules/hyprland.nix +++ b/nixos/modules/hyprland.nix @@ -2,6 +2,7 @@ programs.hyprland = { enable = true; withUWSM = true; + # xwayland.enable = false; }; security.pam.services.hyprlock = {};