From ac2a57311a69bf40861741e0928859e875a4293b Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 9 Jan 2026 00:30:38 +0100 Subject: [PATCH] nixos/xpad-noone: fix enable option casing --- nixos/modules/hardware/xpad-noone.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/hardware/xpad-noone.nix b/nixos/modules/hardware/xpad-noone.nix index b229f4fb4b27..7b33d7b1c8b0 100644 --- a/nixos/modules/hardware/xpad-noone.nix +++ b/nixos/modules/hardware/xpad-noone.nix @@ -9,7 +9,7 @@ let in { options.hardware.xpad-noone = { - enable = lib.mkEnableOption "The Xpad driver from the Linux kernel with support for Xbox One controllers removed"; + enable = lib.mkEnableOption "the Xpad driver from the Linux kernel with support for Xbox One controllers removed"; }; config = lib.mkIf cfg.enable {