commit f9d6d7c06c8f4134344be5f4689303309d227999
parent 63c990074237291015fc71eda113b14e907f46dc
Author: breadcat <breadcat@users.noreply.github.com>
Date: Thu, 18 Jun 2026 17:09:24 +0100
Smaller alacritty font
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/home/alacritty.nix b/home/alacritty.nix
@@ -3,7 +3,7 @@
enable = true;
settings = {
font = {
- size = 11.0;
+ size = 10.0;
# draw_bold_text_with_bright_colors = true;
normal = {
family = "JetBrainsMono Nerd Font Mono";
@@ -39,4 +39,3 @@
};
};
}
-