dotfiles/common/systemModules/kernel.nix
2024-11-26 17:01:58 -05:00

5 lines
No EOL
88 B
Nix

{pkgs, ...}: {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
};
}