diff --git a/nixos/modules/myFlake/hardware/accessories/xbox-one-controller.nix b/nixos/modules/myFlake/hardware/accessories/xbox-one-controller.nix index 07fb140..3e1ae52 100644 --- a/nixos/modules/myFlake/hardware/accessories/xbox-one-controller.nix +++ b/nixos/modules/myFlake/hardware/accessories/xbox-one-controller.nix @@ -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 }; }