mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-04 00:52:39 -05:00
plymouth
This commit is contained in:
parent
4a0e983162
commit
240c91e2e7
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];
|
enabledSet = lib.filter (set: config.ricing.${set}.enable) (lib.attrNames rices) // [null];
|
||||||
in
|
in
|
||||||
if enabledSet != [null]
|
if enabledSet != [null]
|
||||||
then lib.head enabledSet
|
then enabledSet.head
|
||||||
else null;
|
else null;
|
||||||
in {
|
in {
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue