modules.system.plymouth: fix

This commit is contained in:
2025-05-09 10:52:57 +08:00
parent 91675797ec
commit 67ab1a0da1

View File

@@ -2,7 +2,8 @@ inputs:
{
config.boot.plymouth =
{
enable = true;
# TODO: race condition, try enable it at next release
enable = false;
theme = "mac-style";
themePackages = [((inputs.pkgs.callPackage inputs.topInputs.mac-style {}).overrideAttrs (prev:
{