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

7 lines
96 B
Nix

{ ... }:
{
boot = {
loader.systemd-boot.enable = true;
plymouth.enable = true;
};
}