mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.system.plymouth: fix
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user