style: switch to Catppuccin and JetbrainsMono

This commit is contained in:
Bloxx12 2025-05-21 00:21:24 +02:00
commit 86e8bb500a
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 2 additions and 1 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 = "Black Metal Venom";
default = "Catppuccin Mocha";
};
slug = mkOption {