From 86e8bb500a3fe3f28c716dd2a9ff20020734f431 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 21 May 2025 00:21:24 +0200 Subject: [PATCH] style: switch to Catppuccin and JetbrainsMono --- modules/style/colors.nix | 2 +- modules/style/fonts.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) {