feat(darwin): set terminal font size to 15

This commit is contained in:
Ryan Yin
2025-12-01 11:13:42 +08:00
parent 81dbc5b8de
commit 3c2ad0bec2

View File

@@ -1,6 +1,6 @@
{ lib, ... }:
let
fontSize = 14;
fontSize = 15;
in
{
programs.alacritty.settings.font.size = lib.mkForce fontSize;