diff --git a/systems/kami/default.nix b/systems/kami/default.nix index 9455882..1b497f0 100644 --- a/systems/kami/default.nix +++ b/systems/kami/default.nix @@ -104,8 +104,8 @@ boot.plymouth = { enable = true; - themePackages = [ pkgs.catppuccin-plymouth ]; - theme = "catppuccin-frappe"; + #themePackages = [ pkgs.catppuccin-plymouth ]; + #theme = "catppuccin-frappe"; }; boot.loader.systemd-boot.enable = true;