diff options
author | tv <tv@krebsco.de> | 2023-01-27 13:10:35 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-27 13:51:06 +0100 |
commit | 61af135fffeac367b5934eaef012e67c8becd402 (patch) | |
tree | 082d32cd63e60859fe1cb15ded6574f9d1a60293 /tv/5pkgs/simple | |
parent | ed0832cb671d8ca5a87d327ef8cf4d63b6b6e6aa (diff) |
tv iosevka 2: init at 15.6.3
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r-- | tv/5pkgs/simple/iosevka-tv-2.nix | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/iosevka-tv-2.nix b/tv/5pkgs/simple/iosevka-tv-2.nix new file mode 100644 index 0000000..888ba6a --- /dev/null +++ b/tv/5pkgs/simple/iosevka-tv-2.nix @@ -0,0 +1,20 @@ +{ pkgs }: + +pkgs.iosevka.override { + # https://typeof.net/Iosevka/customizer + privateBuildPlan = { + family = "iosevka tv 2"; + spacing = "term"; + serifs = "sans"; + export-glyph-names = true; + no-ligation = true; + no-cv-ss = false; + + variants.inherits = "ss10"; + + widths.normal.shape = 600; + widths.normal.menu = 5; + widths.normal.css = "normal"; + }; + set = "tv-2"; +} |