nixos/manual: mention xdg.portal.wlr module in Wayland

This commit is contained in:
Minijackson 2021-06-17 10:36:21 +02:00
parent f4dd218c7c
commit ab15091abe
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62

View file

@ -20,4 +20,14 @@
essential utilities. Now you can start <package>sway</package> from the TTY
console.
</para>
<para>
If you are using a wlroots-based compositor, like sway, and want to be able to
share your screen, you might want to activate this option:
<programlisting>
<xref linkend="opt-xdg.portal.wlr.enable"/> = true;
</programlisting>
and configure Pipewire using <xref linkend="opt-services.pipewire.enable"/>
and related options.
</para>
</chapter>