mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 07:31:19 +02:00
feat: use different font size on macOS
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user