From fcac03876e6cb484ed9a36d8c3a6ba551eef5154 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 2 Nov 2024 16:57:59 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(wezterm):=20Add=20Maple=20Mono?= =?UTF-8?q?=20ligatures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/wezterm/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home/wezterm/default.nix b/home/wezterm/default.nix index f76dfcf..1160715 100644 --- a/home/wezterm/default.nix +++ b/home/wezterm/default.nix @@ -19,6 +19,17 @@ config.color_scheme = "rose-pine" config.font = wezterm.font_with_fallback({ + { + family = "Maple Mono NF", + harfbuzz_features = { + "cv02", + "ss01", + "ss02", + "ss03", + "ss04", + "ss05", + } + }, ${toString (map (font: "{ family = \"${font}\" },") fonts)} { family = "FairiesevkaTerm Nerd Font Mono" }, {