flake/nixos/boot/plymouth.nix

4 lines
116 B
Nix
Raw Normal View History

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