Merge pull request #131151 from tomfitzhenry/patch-1
nixos/iio: mention iio-sensor-proxy in option description
This commit is contained in:
commit
3af210329f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue