Enable xdg-desktop-portal-wlr using new option
This commit is contained in:
parent
950f2ff69d
commit
bc8605a2ee
|
@ -48,6 +48,7 @@ with pkgs;
|
|||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
'';
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
# Backlight
|
||||
|
@ -91,6 +92,6 @@ with pkgs;
|
|||
# Enable WebRTC screensharing
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ xdg-desktop-portal-wlr ];
|
||||
wlr.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue