From e760944a4d050ac10c4ed60ea53e0ff77f4f65f8 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 12 Dec 2024 18:06:40 +0100 Subject: [PATCH] Update Alacritty font to JetBrainsMono Nerd Font Replaces the previous JetBrainsMono font configuration with JetBrainsMono Nerd Font. This change ensures better compatibility with Nerd Font glyphs while maintaining the same font size. --- homes/aarch64-darwin/harald@m4/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/homes/aarch64-darwin/harald@m4/default.nix b/homes/aarch64-darwin/harald@m4/default.nix index fb8517b..9d1c4e3 100644 --- a/homes/aarch64-darwin/harald@m4/default.nix +++ b/homes/aarch64-darwin/harald@m4/default.nix @@ -38,10 +38,7 @@ (pkgs.formats.toml { }).generate "alacritty-config" { font = { - normal.family = "JetBrainsMono"; - bold.family = "JetBrainsMono"; - italic.family = "JetBrainsMono"; - bold_italic.family = "JetBrainsMono"; + normal.family = "JetBrainsMono Nerd Font"; size = 17; }; };