about summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-09-27 08:16:56 +0300
committerK900 <me@0upti.me>2024-09-27 08:16:56 +0300
commite23ad5ca0e261b7dfc87bf61d4f1eb10bfac37c5 (patch)
treebf7a2832e83b00e3b07e0b2bee1d0734cf1865d7
parent41b117f6eda2cc12d079679a60e7c523514cd5a3 (diff)
nixos/plasma6: install xwaylandvideobridge by default
-rw-r--r--nixos/modules/services/desktop-managers/plasma6.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/desktop-managers/plasma6.nix b/nixos/modules/services/desktop-managers/plasma6.nix
index aa19f56b69153..a7f71f13fbbd2 100644
--- a/nixos/modules/services/desktop-managers/plasma6.nix
+++ b/nixos/modules/services/desktop-managers/plasma6.nix
@@ -148,6 +148,7 @@ in {
         spectacle
         ffmpegthumbs
         krdp
+        xwaylandvideobridge  # exposes Wayland windows to X11 screen capture
       ] ++ lib.optionals config.services.flatpak.enable [
         # Since PackageKit Nix support is not there yet,
         # only install discover if flatpak is enabled.