dotfiles/common/systemModules/kernel.nix

5 lines
88 B
Nix
Raw Normal View History

2024-11-26 17:01:58 -05:00
{pkgs, ...}: {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
};
}