xbox controller workaround

This commit is contained in:
baduhai 2022-12-10 18:34:42 -03:00
parent cffcec0fe5
commit 03be429e3b

View file

@ -5,7 +5,8 @@
plymouth.enable = true;
initrd.systemd.enable = true;
loader.efi.efiSysMountPoint = "/boot/efi";
kernelPackages = pkgs.linuxPackages_xanmod_latest; # Xanmod kernel
kernelPackages = pkgs.linuxPackages_xanmod_latest;
extraModprobeConfig = "options bluetooth disable_ertm=1";
kernelModules = [
"i2c-dev" # Required for arduino dev
"i2c-piix4" # Required for arduino dev