Update Plymouth logo for installer

This commit is contained in:
Michael Smith
2024-09-12 20:26:00 +02:00
parent 105b6086e4
commit 6ddb8e01a5
5 changed files with 34 additions and 2 deletions

View File

@@ -43,8 +43,8 @@ in {
loader.timeout = lib.mkForce 0;
plymouth = {
enable = true;
theme = "desk-os";
themePackages = [(pkgs.callPackage ../../packages/desk-os-plymouth {})];
theme = "desk-os-installer";
themePackages = [(pkgs.callPackage ../../packages/desk-os-installer-plymouth {})];
};
# NOTE(m): Enable kernel modules that improve wifi support on
# Macbooks during installation.