mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Use pkgs.linuxPackages_latest
This commit is contained in:
@@ -37,9 +37,11 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];
|
extraModulePackages = with config.boot.kernelPackages; [
|
||||||
|
xpadneo # Advanced Linux Driver for Xbox One Wireless Controller
|
||||||
|
];
|
||||||
kernelModules = [ "kvm-amd" ];
|
kernelModules = [ "kvm-amd" ];
|
||||||
kernelPackages = pkgs.linuxPackages;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
Reference in New Issue
Block a user