Use unstable xdg-desktop-portal-wlr

This commit is contained in:
Daniel Flanagan 2020-10-24 21:48:46 -05:00
parent 122dd688a6
commit f3c1b1b2ce
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -46,7 +46,7 @@ in {
gtkUsePortal = true; gtkUsePortal = true;
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-wlr unstable.xdg-desktop-portal-wlr
]; ];
}; };
} }