diff --git a/modules/ghostty/hm.nix b/modules/ghostty/hm.nix index f4a1668d..f10be2b3 100644 --- a/modules/ghostty/hm.nix +++ b/modules/ghostty/hm.nix @@ -15,7 +15,9 @@ mkTarget { fonts.monospace.name fonts.emoji.name ]; - font-size = fonts.sizes.terminal; + + # 4/3 factor used for pt to px; + font-size = fonts.sizes.terminal * 4.0 / 3.0; }; } )