From dc195e13af0ce43f595afddbcf7ff4589b083e62 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 30 Dec 2024 10:22:27 -0500 Subject: [PATCH] plymouth --- modules/ricing/plymouth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ricing/plymouth.nix b/modules/ricing/plymouth.nix index cc32c3a..8b6208f 100644 --- a/modules/ricing/plymouth.nix +++ b/modules/ricing/plymouth.nix @@ -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 = {