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 { name = mkOption {
type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom" "Gruvbox"]); type = nullOr (enum ["Catppuccin Mocha" "Zenburn" "Black Metal Venom" "Gruvbox"]);
description = "The colorscheme that should be used globally to theme your system."; description = "The colorscheme that should be used globally to theme your system.";
default = "Black Metal Venom"; default = "Catppuccin Mocha";
}; };
slug = mkOption { slug = mkOption {

View file

@ -25,6 +25,7 @@ in {
"Fira Code Nerd Font" "Fira Code Nerd Font"
"Symbols Nerd Font" "Symbols Nerd Font"
"Noto Color Emoji" "Noto Color Emoji"
"JetbrainsMono Nerd Font"
]; ];
in in
mapAttrs (_: fonts: fonts ++ common) { mapAttrs (_: fonts: fonts ++ common) {