diff --git a/nix/modules/home-manager/features/desktop/alacritty.nix b/nix/modules/home-manager/features/desktop/alacritty.nix
index d1489a3f..24ca5751 100644
--- a/nix/modules/home-manager/features/desktop/alacritty.nix
+++ b/nix/modules/home-manager/features/desktop/alacritty.nix
@@ -24,12 +24,9 @@ with lib;
         };
 
         font = {
-          size = 16;
+          size = 15;
 
-          bold.style = "Regular";
-          bold_italic.style = "Regular";
-          italic.style = "Regular";
-          normal.family = "Terminus (TTF)";
+          normal.family = "JetBrainsMono Nerd Font ";
         };
 
         terminal.shell = {