diff --git a/flake.nix b/flake.nix index df7a716..77e17ce 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,9 @@ withVencord = true; withTTS = true; }; + catppuccin-plymouth = super.catppuccin-plymouth.override { + variant = "frappe"; + }; }) ]; };