xbox controller workaround
This commit is contained in:
parent
cffcec0fe5
commit
03be429e3b
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
plymouth.enable = true;
|
plymouth.enable = true;
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
loader.efi.efiSysMountPoint = "/boot/efi";
|
loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
kernelPackages = pkgs.linuxPackages_xanmod_latest; # Xanmod kernel
|
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||||
|
extraModprobeConfig = "options bluetooth disable_ertm=1";
|
||||||
kernelModules = [
|
kernelModules = [
|
||||||
"i2c-dev" # Required for arduino dev
|
"i2c-dev" # Required for arduino dev
|
||||||
"i2c-piix4" # Required for arduino dev
|
"i2c-piix4" # Required for arduino dev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue