4 lines
68 B
Nix
4 lines
68 B
Nix
|
{pkgs, ...}: {
|
||
|
boot.kernelPackages = pkgs.linuxPackages_xanmod;
|
||
|
}
|