diff --git a/modules/style/colors.nix b/modules/style/colors.nix index 800bfc0..8b6dcd9 100644 --- a/modules/style/colors.nix +++ b/modules/style/colors.nix @@ -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 { diff --git a/modules/style/fonts.nix b/modules/style/fonts.nix index 46bad17..0fe60fb 100644 --- a/modules/style/fonts.nix +++ b/modules/style/fonts.nix @@ -25,6 +25,7 @@ in { "Fira Code Nerd Font" "Symbols Nerd Font" "Noto Color Emoji" + "JetbrainsMono Nerd Font" ]; in mapAttrs (_: fonts: fonts ++ common) {