nixos-config/hosts/kitty/boot/default.nix

7 lines
113 B
Nix

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