Merge pull request #131151 from tomfitzhenry/patch-1

nixos/iio: mention iio-sensor-proxy in option description
This commit is contained in:
Samuel Dionne-Riel 2021-07-23 00:27:37 -04:00 committed by GitHub
commit 3af210329f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ with lib;
hardware.sensor.iio = {
enable = mkOption {
description = ''
Enable this option to support IIO sensors.
Enable this option to support IIO sensors with iio-sensor-proxy.
IIO sensors are used for orientation and ambient light
sensors on some mobile devices.