about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorSeaver Thorn <62764299+swthorn@users.noreply.github.com>2024-05-30 07:53:04 -0400
committerGitHub <noreply@github.com>2024-05-30 14:53:04 +0300
commit90b70f368d5136b51e709ab2129c7952dcf70033 (patch)
treeb8b123e123bf16f495a1244cca49ce3f054e5e9a /nixos/modules/hardware
parent8952839012bfa68577b2e525608dcec9bb573a8b (diff)
nixos/xone: fixed a typo in the option description (#310419)
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/xone.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/xone.nix b/nixos/modules/hardware/xone.nix
index 89690d8c6fb10..bb3b42399d8e1 100644
--- a/nixos/modules/hardware/xone.nix
+++ b/nixos/modules/hardware/xone.nix
@@ -6,7 +6,7 @@ let
 in
 {
   options.hardware.xone = {
-    enable = mkEnableOption "the xone driver for Xbox One and Xbobx Series X|S accessories";
+    enable = mkEnableOption "the xone driver for Xbox One and Xbox Series X|S accessories";
   };
 
   config = mkIf cfg.enable {