style: switch to Catppuccin and JetbrainsMono
This commit is contained in:
parent
641baa4989
commit
86e8bb500a
2 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -25,6 +25,7 @@ in {
|
|||
"Fira Code Nerd Font"
|
||||
"Symbols Nerd Font"
|
||||
"Noto Color Emoji"
|
||||
"JetbrainsMono Nerd Font"
|
||||
];
|
||||
in
|
||||
mapAttrs (_: fonts: fonts ++ common) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue