From 124d510511f18b2ebf56f2265936412bae8d1f30 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 7 Oct 2024 16:05:21 +0200 Subject: [PATCH] fix(ghostty): disable ligatures --- programs/ghostty.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/ghostty.nix b/programs/ghostty.nix index 9662ea0..eb19cd1 100644 --- a/programs/ghostty.nix +++ b/programs/ghostty.nix @@ -10,6 +10,8 @@ theme = rose-pine font-family = Iosevka Nerd Font font-size = 12 + font-feature = -calt + font-feature = -dlig selection-foreground = #908caa selection-background = #26233a