flake/nixos/boot/plymouth.nix
2023-10-15 08:51:56 +08:00

5 lines
No EOL
118 B
Nix

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