Loading nixos/modules/services/desktop-managers/plasma6.nix +4 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,10 @@ in krdp xwaylandvideobridge # exposes Wayland windows to X11 screen capture ] ++ lib.optionals config.hardware.sensor.iio.enable [ # This is required for autorotation in Plasma 6 qtsensors ] ++ lib.optionals config.services.flatpak.enable [ # Since PackageKit Nix support is not there yet, # only install discover if flatpak is enabled. Loading Loading
nixos/modules/services/desktop-managers/plasma6.nix +4 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,10 @@ in krdp xwaylandvideobridge # exposes Wayland windows to X11 screen capture ] ++ lib.optionals config.hardware.sensor.iio.enable [ # This is required for autorotation in Plasma 6 qtsensors ] ++ lib.optionals config.services.flatpak.enable [ # Since PackageKit Nix support is not there yet, # only install discover if flatpak is enabled. Loading