From 40e671ec8304638c375feac8f31ba953c8364308 Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Thu, 16 Jan 2025 12:59:07 +0500 Subject: [PATCH] experimenting with no xwayland --- nixos/modules/hyprland.nix | 1 + 1 file changed, 1 insertion(+) 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 = {};