diff --git a/modules/ricing/plymouth.nix b/modules/ricing/plymouth.nix index d6d306e..871f0ed 100644 --- a/modules/ricing/plymouth.nix +++ b/modules/ricing/plymouth.nix @@ -7,6 +7,11 @@ rices = { basic = { enable = true; + themePackages = with pkgs; [ + (adi1090x-plymouth-themes.override { + selected_themes = ["deus_ex"]; + }) + ]; theme = "deus_ex"; extraConfig = ""; };