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" }, {