system: switch to Catppuccin again

This commit is contained in:
Bloxx12 2025-05-06 09:42:32 +02:00
commit 154da6736d
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ in {
name = mkOption {
type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom" "Gruvbox"]);
description = "The colorscheme that should be used globally to theme your system.";
default = "Gruvbox";
default = "Catppuccin Mocha";
};
slug = mkOption {