diff --git a/modules/system/boot.nix b/modules/system/boot.nix index dd19bba..e49504f 100644 --- a/modules/system/boot.nix +++ b/modules/system/boot.nix @@ -31,6 +31,7 @@ consoleLogLevel = 3; initrd.verbose = false; initrd.systemd.enable = true; + plymouth.enable = true; }; }) ];