From f95aae3f8b6db0c94dd0d5b88e8bff5d3e1aaa6d Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 11 Jul 2023 22:25:47 +0530 Subject: [PATCH] change plymouth theme --- hosts/skipper/plymouth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/skipper/plymouth.nix b/hosts/skipper/plymouth.nix index 42ce328..6c064ab 100644 --- a/hosts/skipper/plymouth.nix +++ b/hosts/skipper/plymouth.nix @@ -3,8 +3,8 @@ enable = true; themePackages = [ (pkgs.adi1090x-plymouth.override { - pack = "pack_4"; - theme = "rog_2"; + pack = "pack_3"; + theme = "infinite_seal"; }) ]; theme = "adi1090x";