summary refs log tree commit diff
path: root/nixos/modules/services/misc/tp-auto-kbbl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/tp-auto-kbbl.nix')
-rw-r--r--nixos/modules/services/misc/tp-auto-kbbl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/tp-auto-kbbl.nix b/nixos/modules/services/misc/tp-auto-kbbl.nix
index 8d92d3d9367..1076c814e86 100644
--- a/nixos/modules/services/misc/tp-auto-kbbl.nix
+++ b/nixos/modules/services/misc/tp-auto-kbbl.nix
@@ -9,7 +9,7 @@ in {
 
   options = {
     services.tp-auto-kbbl = {
-      enable = mkEnableOption (lib.mdDoc "Auto toggle keyboard back-lighting on Thinkpads (and maybe other laptops) for Linux");
+      enable = mkEnableOption (lib.mdDoc "auto toggle keyboard back-lighting on Thinkpads (and maybe other laptops) for Linux");
 
       package = mkOption {
         type = types.package;