diff options
| -rw-r--r-- | modules/nixos/des/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/des/hyprland.nix b/modules/nixos/des/hyprland.nix index a8e908e..ba68866 100644 --- a/modules/nixos/des/hyprland.nix +++ b/modules/nixos/des/hyprland.nix @@ -9,7 +9,7 @@ }; # Wayland support - xwayland.enable = true; + services.xserver.xwayland.enable = true; # XDG portal for Wayland xdg.portal = { |
