Fix fancyboot option

This commit is contained in:
Jimbo 2025-02-27 12:17:46 -05:00
parent e11627bd8f
commit 4be4146a96
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{
options.system.fancyboot.enable = lib.mkEnableOption "Enable Plymouth";
config.boot = lib.mkIf config.system.desktop.enable {
config.boot = lib.mkIf config.system.fancyboot.enable {
plymouth.enable = true;
loader.timeout = lib.mkForce 0;
consoleLogLevel = lib.mkForce 0;