nixos/modules/xbox-one-controller: fix incorrect comment

This commit is contained in:
Guanran Wang 2024-02-11 23:01:20 +08:00
parent 79e5aa0fd9
commit f14acbe195
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -12,7 +12,7 @@ in {
# https://wiki.archlinux.org/title/Gamepad#Connect_Xbox_Wireless_Controller_with_Bluetooth
config = lib.mkIf cfg.enable {
hardware.xone.enable = true; # via Bluetooth
hardware.xpadneo.enable = true; # via wired or wireless dongle
hardware.xone.enable = true; # via wired or wireless dongle
hardware.xpadneo.enable = true; # via Bluetooth
};
}