initial commit
This commit is contained in:
10
modules/system/plymouth.nix
Normal file
10
modules/system/plymouth.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
boot.kernelParams = [ "quiet" "splash" "loglevel=3" ];
|
||||
}
|
||||
Reference in New Issue
Block a user