nixos/xpad-noone: fix enable option casing

This commit is contained in:
Sandro
2026-01-09 00:30:38 +01:00
committed by GitHub
parent 5912c1772a
commit ac2a57311a
+1 -1
View File
@@ -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 {