nixos/iio: adjust formatting of option description.

Co-Authored-By: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Dave Anderson 2020-04-01 10:56:22 -07:00 committed by Alyssa Ross
parent d2bb8d232b
commit 19a831d853

View file

@ -12,7 +12,8 @@ with lib;
Enable this option to support IIO sensors. Enable this option to support IIO sensors.
IIO sensors are used for orientation and ambient light IIO sensors are used for orientation and ambient light
sensors on some mobile devices.''; sensors on some mobile devices.
'';
type = types.bool; type = types.bool;
default = false; default = false;
}; };