nixos-dotfiles/modules/boot/plymouth.nix

5 lines
49 B
Nix
Executable File

{pkgs, ... }:
{
boot.plymouth.enable = true;
}