diff --git a/profiles/sway/screen-sharing.nix b/profiles/sway/screen-sharing.nix index 3bbf618..f2a28f8 100644 --- a/profiles/sway/screen-sharing.nix +++ b/profiles/sway/screen-sharing.nix @@ -16,9 +16,9 @@ in xdg.portal = { enable = true; + wlr.enable = true; extraPortals = with pkgs; [ xdg-desktop-portal-gtk - xdg-desktop-portal-wlr ]; };