mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
raspberrypi/4: fix many option rendering
This commit is contained in:
@@ -6,9 +6,7 @@ in
|
||||
{
|
||||
options.hardware = {
|
||||
raspberry-pi."4".backlight = {
|
||||
enable = lib.mkEnableOption ''
|
||||
Enable the backlight support for the Raspberry Pi official Touch Display
|
||||
'';
|
||||
enable = lib.mkEnableOption "the backlight support for the Raspberry Pi official Touch Display";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user