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