{ pkgs, ... }: { boot = { kernelPackages = pkgs.linuxPackages_latest; lanzaboote.enable = true; plymouth.enable = true; }; }