From c9bca12e7c77d6735ed1a0e40bf10af0ada6dccc Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 4 Jun 2024 20:40:30 +0300 Subject: [PATCH] Fix xwayland after the hyprland xwayland rewrite --- modules/hyprland/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index 14c6615..e475b0c 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -17,6 +17,8 @@ in desktopSystemConfiguration { xdg-desktop-portal-hyprland ]; }; + + programs.xwayland = enabled; }) (desktopUserHomeConfiguration {