diff --git a/CHANGELOG.md b/CHANGELOG.md
index cde8e7e1..48bf7d04 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 784431f5..7883a9ac 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;