flake/nixos/boot/plymouth.nix

5 lines
118 B
Nix
Raw Normal View History

2023-10-15 00:51:56 +00:00
{ lib, ... }:
{
boot.plymouth.enable = lib.mkDefault true; # mkDefault for headless devices, check out server.nix
}