mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-15 11:34:11 -05:00
plymouth
This commit is contained in:
parent
590dbfdd87
commit
93147fade0
1 changed files with 2 additions and 9 deletions
|
|
@ -6,9 +6,8 @@
|
|||
}: let
|
||||
rices = {
|
||||
basic = {
|
||||
enable = true;
|
||||
theme = "deus_ex";
|
||||
logo = null;
|
||||
font = null;
|
||||
extraConfig = "";
|
||||
};
|
||||
};
|
||||
|
|
@ -18,11 +17,5 @@
|
|||
in
|
||||
rices.${lib.head enabledSet};
|
||||
in {
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
theme = rice.theme;
|
||||
logo = rice.logo;
|
||||
font = rice.font;
|
||||
extraConfig = rice.extraConfig;
|
||||
};
|
||||
boot.plymouth = rice;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue