mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
hyprland: add note about xwayland option
Add small blurb about how the option works and recommends settings Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user