From 90b70f368d5136b51e709ab2129c7952dcf70033 Mon Sep 17 00:00:00 2001 From: Seaver Thorn <62764299+swthorn@users.noreply.github.com> Date: Thu, 30 May 2024 07:53:04 -0400 Subject: [PATCH] nixos/xone: fixed a typo in the option description (#310419) --- nixos/modules/hardware/xone.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/hardware/xone.nix b/nixos/modules/hardware/xone.nix index 89690d8c6fb1..bb3b42399d8e 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 {