From ff40e745b8f9f6166a4eb280158a7d420fb3bada Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:00:47 +0200 Subject: [PATCH] nixos/doc/configuration/wayland: remove redundant snippet We already configure the wlr portal by default in wayland-session.nix. --- nixos/doc/manual/configuration/wayland.chapter.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/nixos/doc/manual/configuration/wayland.chapter.md b/nixos/doc/manual/configuration/wayland.chapter.md index 8c085670ba13..2d32f06987df 100644 --- a/nixos/doc/manual/configuration/wayland.chapter.md +++ b/nixos/doc/manual/configuration/wayland.chapter.md @@ -18,15 +18,7 @@ This installs the sway compositor along with some essential utilities. Now you can start sway from the TTY console. 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: - -```nix -{ - xdg.portal.wlr.enable = true; -} -``` - -and configure Pipewire using +able to share your screen, make sure to configure Pipewire using [](#opt-services.pipewire.enable) and related options.