From 8d11e4406768841accae4540d37fd679fd2bfb0b Mon Sep 17 00:00:00 2001 From: cnst Date: Tue, 20 Aug 2024 20:37:05 +0200 Subject: [PATCH] enabling xwayland for hyprland --- system/modules/gui/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/modules/gui/hyprland/default.nix b/system/modules/gui/hyprland/default.nix index 0131a06e..7482ba34 100644 --- a/system/modules/gui/hyprland/default.nix +++ b/system/modules/gui/hyprland/default.nix @@ -14,6 +14,7 @@ in { config = mkIf cfg.enable { programs.hyprland = { enable = true; + xwayland.enable = true; package = inputs.hyprland.packages.${pkgs.system}.default; portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; };