This commit is contained in:
TheWanderingCrow 2024-12-30 10:26:11 -05:00
parent dc195e13af
commit b35a1e6bda

View file

@ -17,7 +17,7 @@
enabledSet = lib.filter (set: config.ricing.${set}.enable) (lib.attrNames rices) // [null];
in
if enabledSet != [null]
then import enabledSet.head
then lib.attrValues rices.enabledSet
else null;
in {
boot.plymouth = {