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
+1 -1
View File
@@ -19,7 +19,7 @@
font = {
name = "Maple Mono NF CN";
# use different font size on macOS
size = if pkgs.stdenv.isDarwin then 14 else 13;
size = 13;
};
# consistent with other terminal emulators