From 36210f0c6bc66c3581da8190d309f242c803494b Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 29 Nov 2023 23:38:29 +0100 Subject: [PATCH] profile/sway: update xdg-portal-wlr --- profiles/sway/screen-sharing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };