Files
nixos-dots/nixos/modules/boot/plymouth.nix

9 lines
78 B
Nix

{ ... }:
{
boot.plymouth = {
enable = true;
theme = "bgrt";
};
}