diff options
author | tv <tv@krebsco.de> | 2023-01-11 17:35:55 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-11 17:36:05 +0100 |
commit | 339f5d7ad3a45bad7bc090178ecefcf9d308b465 (patch) | |
tree | 8caf78ab8f6a21d438ca2964d8fdfbfff5e287a5 /tv/5pkgs/simple | |
parent | 52c5f6ee553c5af8e3daaaa2bdcfc47094f96965 (diff) |
tv iosevka-tv-1: init
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r-- | tv/5pkgs/simple/iosevka-tv-1.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/iosevka-tv-1.nix b/tv/5pkgs/simple/iosevka-tv-1.nix new file mode 100644 index 000000000..f72565bc7 --- /dev/null +++ b/tv/5pkgs/simple/iosevka-tv-1.nix @@ -0,0 +1,18 @@ +{ pkgs }: + +pkgs.iosevka.override { + # https://typeof.net/Iosevka/customizer + privateBuildPlan = { + family = "iosevka-tv-1"; + spacing = "term"; + serifs = "sans"; + export-glyph-names = true; + no-ligation = true; + no-cv-ss = false; + + widths.normal.shape = 600; + widths.normal.menu = 5; + widths.normal.css = "normal"; + }; + set = "iosevka-tv-1"; +} |