fix: macOS

This commit is contained in:
Ryan Yin
2023-07-17 11:09:06 +08:00
parent b3ac7784ca
commit 0f08976902
4 changed files with 11 additions and 7 deletions

View File

@@ -64,7 +64,7 @@
family: JetBrainsMono Nerd Font
'' + (if pkgs.stdenv.isDarwin then ''
# Point size
size: 14
size: 16
shell: # force nushell as default shell on macOS
program: /run/current-system/sw/bin/nu
'' else ''

View File

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