This commit is contained in:
TheWanderingCrow 2024-12-30 10:22:27 -05:00
parent 240c91e2e7
commit dc195e13af

View file

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