feat(darwin): adjust terminal font size

This commit is contained in:
Ryan Yin
2025-12-01 10:56:57 +08:00
parent 618f26017c
commit 81dbc5b8de
4 changed files with 12 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
bold_italic = {
family = "Maple Mono NF CN";
};
size = if pkgs.stdenv.isDarwin then 14 else 13;
size = 13;
};
terminal = {
# Spawn a nushell in login mode via `bash`