From a97b0a0999bf959e08f812700680b8ad50295440 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 7 Jan 2026 09:26:23 -0600 Subject: [PATCH] hyprland: add note about xwayland option Add small blurb about how the option works and recommends settings Signed-off-by: Austin Horstman --- modules/services/window-managers/hyprland.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/services/window-managers/hyprland.nix b/modules/services/window-managers/hyprland.nix index 1a1caee45..04f5fc583 100644 --- a/modules/services/window-managers/hyprland.nix +++ b/modules/services/window-managers/hyprland.nix @@ -164,6 +164,14 @@ in xwayland.enable = lib.mkEnableOption "XWayland" // { default = true; + description = '' + Whether or not to enable XWayland. + + Overrides the `enableXWayland` option of the Hyprland package. + + In newer versions of Hyprland, you can use the {option}`wayland.windowManager.hyprland.settings.xwayland` + option to avoid recompiling Hyprland. + ''; }; settings = lib.mkOption {