diff --git a/home/base/desktop/kitty.nix b/home/base/desktop/kitty.nix index 2896ac60..70da8d48 100644 --- a/home/base/desktop/kitty.nix +++ b/home/base/desktop/kitty.nix @@ -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 = {