Attempted bluetooth fix for Xbox controller.

This commit is contained in:
jay
2025-06-30 12:21:47 -04:00
parent cfcbd965f2
commit 7da2097c91

View File

@@ -7,6 +7,7 @@
kernelPackages = pkgs.linuxPackages_xanmod_stable;
kernelModules = [ "kvm-intel" ];
extraModulePackages = with config.boot.kernelPackages; [ xone ];
extraModprobeConfig = '' options bluetooth disable_ertm=1 '';
initrd = {