Add xpadneo to get controller working?

This commit is contained in:
jay
2025-06-30 12:40:11 -04:00
parent 7da2097c91
commit 0961059ff2
5 changed files with 16 additions and 3 deletions

View File

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