flake/nixos/boot/plymouth.nix

3 lines
116 B
Nix

{lib, ...}: {
boot.plymouth.enable = lib.mkDefault true; # mkDefault for headless devices, check out server.nix
}