From 4104a1cddd71b16fe0b9f16423406db12ed367d6 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 7 Feb 2025 16:01:11 -0600 Subject: [PATCH] feat: added xwayland option --- modules/home/gui/desktop/hypr/land/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/gui/desktop/hypr/land/default.nix b/modules/home/gui/desktop/hypr/land/default.nix index bcdf9e0..3ec6ec8 100755 --- a/modules/home/gui/desktop/hypr/land/default.nix +++ b/modules/home/gui/desktop/hypr/land/default.nix @@ -20,6 +20,7 @@ let input = import (configPath + /input.nix); misc = import (configPath + /misc.nix); windowrulev2 = import (configPath + /windowrulev2.nix); + xwayland = import (configPath + /xwayland.nix); }; in {