1 2 3 4 5 6 7 8
{pkgs, ...}: { personal.boot = { grub.enable = true; efi.enable = true; }; boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; }