Split out the bootloaders and have no default. Fuck you Grub

This commit is contained in:
Bun 2025-03-24 02:08:24 -04:00
parent 0738ea2b90
commit 0c78b13ceb
6 changed files with 11 additions and 14 deletions

View file

@ -2,6 +2,7 @@
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
loader.systemd-boot.enable = true;
plymouth.enable = true;
};
}