feat: use different font size on macOS

This commit is contained in:
Ryan Yin
2023-07-16 16:48:48 +08:00
parent 8061e07a00
commit 887825d254

View File

@@ -4,7 +4,8 @@
theme = "Catppuccin-Mocha";
font = {
name = "JetBrainsMono Nerd Font";
size = 14;
# use different font size on macOS
size = if pkgs.stdenv.isDarwin then 14 else 13;
};
settings = {