From 59e7584602fa6c4d3d4bc6d3660f0267d0efc98c Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 30 Dec 2024 10:57:58 -0500 Subject: [PATCH] plymouth --- modules/ricing/plymouth.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = ""; };