about 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 2843dbfd7b2ba..90d046d49f4e3 100644
--- a/nixos/modules/hardware/wooting.nix
+++ b/nixos/modules/hardware/wooting.nix
@@ -3,7 +3,7 @@
 with lib;
 {
   options.hardware.wooting.enable =
-    mkEnableOption (lib.mdDoc "Enable support for Wooting keyboards");
+    mkEnableOption (lib.mdDoc "support for Wooting keyboards");
 
   config = mkIf config.hardware.wooting.enable {
     environment.systemPackages = [ pkgs.wootility ];