Use pkgs.linuxPackages_latest

This commit is contained in:
Dave Gallant
2024-12-26 21:20:35 -05:00
parent b95f954856
commit 7f521f0086

View File

@@ -37,9 +37,11 @@ in
};
boot = {
extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];
extraModulePackages = with config.boot.kernelPackages; [
xpadneo # Advanced Linux Driver for Xbox One Wireless Controller
];
kernelModules = [ "kvm-amd" ];
kernelPackages = pkgs.linuxPackages;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
efi.canTouchEfiVariables = true;