nixcfg/modules/plymouth.nix

9 lines
125 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
boot.initrd.verbose = false;
boot.consoleLogLevel = 0;
boot.plymouth.enable = true;
}