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 18:37:52 +00:00
committed by Alyssa Ross
co-authored by Alyssa Ross
parent d2bb8d232b
commit 19a831d853
+2 -1
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;
}; };