From c7a9c274b3387e79a6bdee3f7768f7b9aa366284 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 14 Oct 2024 08:44:23 -0400 Subject: [PATCH] Add wlr portal to sway --- modules/desktops/wayland/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktops/wayland/sway.nix b/modules/desktops/wayland/sway.nix index a2a5325..a4ffe58 100644 --- a/modules/desktops/wayland/sway.nix +++ b/modules/desktops/wayland/sway.nix @@ -6,6 +6,7 @@ enable = true; xwayland.enable = true; }; + xdg.portal.wlr.enable = true; };