summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/acpilight.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/acpilight.nix')
-rw-r--r--nixos/modules/hardware/acpilight.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/acpilight.nix b/nixos/modules/hardware/acpilight.nix
index d8d82b0e81a4..2de448a265c7 100644
--- a/nixos/modules/hardware/acpilight.nix
+++ b/nixos/modules/hardware/acpilight.nix
@@ -10,7 +10,7 @@ in
enable = mkOption {
default = false;
type = types.bool;
- description = lib.mdDoc ''
+ description = ''
Enable acpilight.
This will allow brightness control via xbacklight from users in the video group
'';