From 545b386096c3d3bdb0c305d3da6e04647dead0c5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Dec 2023 12:03:57 +0000 Subject: [PATCH] Update Alacritty configuration --- CHANGELOG.md | 1 + system/nixos/home-manager/modules/alacritty.nix | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cde8e7e..48bf7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas ### Changed +* Update Alacritty configuration. * Change `splitbelow` to `false` in Neovim. ### Removed diff --git a/system/nixos/home-manager/modules/alacritty.nix b/system/nixos/home-manager/modules/alacritty.nix index 784431f..7883a9a 100644 --- a/system/nixos/home-manager/modules/alacritty.nix +++ b/system/nixos/home-manager/modules/alacritty.nix @@ -11,12 +11,12 @@ }; font = { - size = 16.0; + size = 12.0; bold.style = "Regular"; - bolditalic.style = "Regular"; - italic.style = "Regular"; - normal.family = "AnonymicePro Nerd Font Mono"; + bolditalic.style = "Italic"; + normal.family = "JetBrainsMono Nerd Font Mono"; + # fc-list : family | sort | grep "Nerd Font" offset.y = 12; glyph_offset.y = 6;