This commit is contained in:
TheWanderingCrow 2024-12-30 10:56:25 -05:00
parent 590dbfdd87
commit 93147fade0

View file

@ -6,9 +6,8 @@
}: let
rices = {
basic = {
enable = true;
theme = "deus_ex";
logo = null;
font = null;
extraConfig = "";
};
};
@ -18,11 +17,5 @@
in
rices.${lib.head enabledSet};
in {
boot.plymouth = {
enable = true;
theme = rice.theme;
logo = rice.logo;
font = rice.font;
extraConfig = rice.extraConfig;
};
boot.plymouth = rice;
}