Unverified Commit 93df0086 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

nixos/plasma6: fix autorotation when IIO module is enabled (#421532)

parents 6cae24f7 864ffcd1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.