From d8f97650e5c9af4607ed9ed72a7489b0220998c3 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 6 Jan 2025 19:03:55 +0100 Subject: [PATCH] ghostty: use ultracondensed berkeley mono for secondary term --- home/common/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index ba36fa3..9d44a86 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -108,7 +108,7 @@ "TerminalEmulator" ]; exec = '' - ghostty --class=com.mitchellh.ghostty-secondary --font-style="ExtraCondensed" --font-style-bold="Bold ExtraCondensed" --font-style-italic="ExtraCondensed Oblique" -e bash + ghostty --class=com.mitchellh.ghostty-secondary --font-style="UltraCondensed" --font-style-bold="Bold UltraCondensed" --font-style-italic="UltraCondensed Oblique" -e bash ''; genericName = "Ghostty Secondary"; icon = "com.mitchellh.ghostty";