summary refs log tree commit diff
path: root/nixos/modules/hardware/wooting.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/wooting.nix')
-rw-r--r--nixos/modules/hardware/wooting.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/wooting.nix b/nixos/modules/hardware/wooting.nix
index ee550cbbf6b83..2843dbfd7b2ba 100644
--- a/nixos/modules/hardware/wooting.nix
+++ b/nixos/modules/hardware/wooting.nix
@@ -3,7 +3,7 @@
 with lib;
 {
   options.hardware.wooting.enable =
-    mkEnableOption "Enable support for Wooting keyboards";
+    mkEnableOption (lib.mdDoc "Enable support for Wooting keyboards");
 
   config = mkIf config.hardware.wooting.enable {
     environment.systemPackages = [ pkgs.wootility ];