mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
pacifidlog: use xanmod kernel
This commit is contained in:
parent
7e3dee6e03
commit
0185e515a4
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
extraModulePackages = with config.boot.kernelPackages; [acpi_call];
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_xanmod_latest;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
|
Loading…
Reference in a new issue