about summary refs log tree commit diff
path: root/nixos/modules/hardware/tuxedo-keyboard.nix
diff options
context:
space:
mode:
authorSam Grayson <sam@samgrayson.me>2023-10-25 23:09:33 -0500
committerGitHub <noreply@github.com>2023-10-25 23:09:33 -0500
commit14ffe0e240a19beafd39921ed0f9351fa63b6a7e (patch)
treedb13b8508985ad3da040e60583df1cbfa37a38ab /nixos/modules/hardware/tuxedo-keyboard.nix
parentda32d38b1c52ba6d324ae382ec9d852b7c9da0f0 (diff)
parent77ed358e3d7945116cd0641d10928b5ee14c4db1 (diff)
downloadnixlib-14ffe0e240a19beafd39921ed0f9351fa63b6a7e.tar
nixlib-14ffe0e240a19beafd39921ed0f9351fa63b6a7e.tar.gz
nixlib-14ffe0e240a19beafd39921ed0f9351fa63b6a7e.tar.bz2
nixlib-14ffe0e240a19beafd39921ed0f9351fa63b6a7e.tar.lz
nixlib-14ffe0e240a19beafd39921ed0f9351fa63b6a7e.tar.xz
nixlib-14ffe0e240a19beafd39921ed0f9351fa63b6a7e.tar.zst
nixlib-14ffe0e240a19beafd39921ed0f9351fa63b6a7e.zip
Merge branch 'NixOS:master' into patch-1
Diffstat (limited to 'nixos/modules/hardware/tuxedo-keyboard.nix')
-rw-r--r--nixos/modules/hardware/tuxedo-keyboard.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/tuxedo-keyboard.nix b/nixos/modules/hardware/tuxedo-keyboard.nix
index 3ae876bd1f18..fd8b48a5e9ea 100644
--- a/nixos/modules/hardware/tuxedo-keyboard.nix
+++ b/nixos/modules/hardware/tuxedo-keyboard.nix
@@ -9,7 +9,7 @@ in
   {
     options.hardware.tuxedo-keyboard = {
       enable = mkEnableOption (lib.mdDoc ''
-          Enables the tuxedo-keyboard driver.
+          the tuxedo-keyboard driver.
 
           To configure the driver, pass the options to the {option}`boot.kernelParams` configuration.
           There are several parameters you can change. It's best to check at the source code description which options are supported.