summary refs log tree commit diff
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 2de448a265c79..d8d82b0e81a47 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 = ''
+        description = lib.mdDoc ''
           Enable acpilight.
           This will allow brightness control via xbacklight from users in the video group
         '';