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"; }; }; }