overlays/iosevka: try out ligatures

This commit is contained in:
Primrose 2025-07-26 20:19:02 +02:00
parent 65e0b5e33c
commit b75b9ce8a3
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

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