From 091442fcdf183fcc65f5799f59c663f2c3ffd367 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 2 Jan 2025 17:04:16 +0100 Subject: [PATCH] ghostty: use berkeley mono v2 --- home/common/ghostty.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 165989a..3ff4a1e 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -13,11 +13,12 @@ package = inputs.ghostty.packages.${pkgs.system}.default; settings = { font-size = 14; - font-family = "Berkeley Mono Variable"; + font-family = "TX-02"; font-family-bold-italic = "Monaspace Xenon"; + font-style-bold = "Bold"; + font-style-italic = "Light Oblique"; font-style-bold-italic = "ExtraLight Italic"; font-synthetic-style = false; - font-variation-italic = [ "wght=100" ]; adjust-cell-height = 1; adjust-cursor-thickness = 5;