summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/tuxedo-keyboard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/tuxedo-keyboard.nix')
-rw-r--r--nixos/modules/hardware/tuxedo-keyboard.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/tuxedo-keyboard.nix b/nixos/modules/hardware/tuxedo-keyboard.nix
index fd8b48a5e9ea..f90dfc6e3134 100644
--- a/nixos/modules/hardware/tuxedo-keyboard.nix
+++ b/nixos/modules/hardware/tuxedo-keyboard.nix
@@ -8,7 +8,7 @@ let
in
{
options.hardware.tuxedo-keyboard = {
- enable = mkEnableOption (lib.mdDoc ''
+ enable = mkEnableOption ''
the tuxedo-keyboard driver.
To configure the driver, pass the options to the {option}`boot.kernelParams` configuration.
@@ -24,7 +24,7 @@ in
"tuxedo_keyboard.color_left=0xff0a0a"
];
```
- '');
+ '';
};
config = mkIf cfg.enable