{ pkgs, ... }: { boot = { kernelPackages = pkgs.linuxPackages_6_14; loader.limine.enable = true; plymouth.enable = true; }; }