From b75b9ce8a3af4b6d05c07523d660a1c3b8c90bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 26 Jul 2025 20:19:02 +0200 Subject: [PATCH] overlays/iosevka: try out ligatures --- nix/overlays/iosevka.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nix/overlays/iosevka.nix b/nix/overlays/iosevka.nix index 6e41d042..e1878f4d 100644 --- a/nix/overlays/iosevka.nix +++ b/nix/overlays/iosevka.nix @@ -19,10 +19,13 @@ final: prev: rec { # Guide: https://github.com/be5invis/Iosevka/blob/main/doc/custom-build.md privateBuildPlan = { family = "Iosevka"; - noLigation = true; serifs = "sans"; spacing = "normal"; + # Otherwise kitty behaves funny with ligature + # noLigation = true; + exportGlyphNames = true; + variants.design = { ampersand = "et-tailed"; capital-q = "crossing"; @@ -72,6 +75,8 @@ final: prev: rec { Italic.menu = "italic"; Italic.css = "italic"; }; + + ligations.inherits = "haskell"; }; }; }