plymouth
This commit is contained in:
parent
ade535a252
commit
4a0e983162
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 rices.${enabledSet.head}
|
||||
then lib.head enabledSet
|
||||
else null;
|
||||
in {
|
||||
boot.plymouth = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue