summary refs log tree commit diff
path: root/nixos/modules/hardware/brillo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/brillo.nix')
-rw-r--r--nixos/modules/hardware/brillo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/brillo.nix b/nixos/modules/hardware/brillo.nix
index e970c948099..92239de5aae 100644
--- a/nixos/modules/hardware/brillo.nix
+++ b/nixos/modules/hardware/brillo.nix
@@ -7,10 +7,10 @@ in
 {
   options = {
     hardware.brillo = {
-      enable = mkEnableOption ''
+      enable = mkEnableOption (lib.mdDoc ''
         Enable brillo in userspace.
         This will allow brightness control from users in the video group.
-      '';
+      '');
     };
   };