Remove xpadneo

This commit is contained in:
Dave Gallant
2025-02-23 18:00:19 -05:00
parent b19e49df63
commit 18e03a9393

View File

@@ -36,9 +36,6 @@ in
};
boot = {
extraModulePackages = with config.boot.kernelPackages; [
xpadneo # Advanced Linux Driver for Xbox One Wireless Controller
];
kernelModules = [ "kvm-amd" ];
kernelPackages = pkgs.linuxPackages;