mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-10 22:58:55 -05:00
plymouth
This commit is contained in:
parent
b35a1e6bda
commit
e018503fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
enabledSet = lib.filter (set: config.ricing.${set}.enable) (lib.attrNames rices) // [null];
|
||||
in
|
||||
if enabledSet != [null]
|
||||
then lib.attrValues rices.enabledSet
|
||||
then lib.attrValues rices.${lib.head enabledSet}
|
||||
else null;
|
||||
in {
|
||||
boot.plymouth = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue