mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-14 19:14:10 -05:00
plymouth
This commit is contained in:
parent
f69278d892
commit
590dbfdd87
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@
|
|||
};
|
||||
|
||||
rice = let
|
||||
enabledSet = lib.filter (set: config.ricing.${set}.enable) (lib.attrNames rices) // [null];
|
||||
enabledSet = lib.filter (set: config.ricing.${set}.enable) (lib.attrNames rices);
|
||||
in
|
||||
rices.${lib.head enabledSet} // null;
|
||||
rices.${lib.head enabledSet};
|
||||
in {
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue