summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/simple
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-27 13:10:35 +0100
committertv <tv@krebsco.de>2023-01-27 13:51:06 +0100
commit09c1d8ce2eef60835b48b6f9826467860edfad86 (patch)
treefb32034deebb5cb2793fa14b37c11557dc53d6a2 /tv/5pkgs/simple
parent1499d5c3934e873041069d6b84bb4704beb83ead (diff)
tv iosevka 2: init at 15.6.3
Diffstat (limited to 'tv/5pkgs/simple')
-rw-r--r--tv/5pkgs/simple/iosevka-tv-2.nix20
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 00000000..888ba6a0
--- /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";
+}