remove nerd font as wezterm bundles it
This commit is contained in:
parent
059182df5d
commit
a7d857d757
3 changed files with 6 additions and 22 deletions
|
@ -10,23 +10,7 @@
|
|||
front_end = "WebGpu",
|
||||
enable_tab_bar = false,
|
||||
enable_wayland = false,
|
||||
font = wezterm.font_with_fallback {
|
||||
{ family = "MonaspiceNe Nerd Font",
|
||||
harfbuzz_features = {
|
||||
'calt',
|
||||
'liga',
|
||||
'ss01', -- ligatures related to the equals glyph like != and ===.
|
||||
'ss02', -- ligatures related to the greater than or less than operators.
|
||||
'ss03', -- ligatures related to arrows like -> and =>.
|
||||
'ss04', -- ligatures related to markup, like </ and />.
|
||||
'ss05', -- ligatures related to the F# programming language, like |>.
|
||||
'ss06', -- ligatures related to repeated uses of # such as ## or ###.
|
||||
'ss07', -- ligatures related to the asterisk like ***.
|
||||
'ss08', -- ligatures related to combinations like .= or .-.
|
||||
'ss09', -- ligatures related to combinations of the greater/less than and equals signs, like <=>,>>, and =<<.
|
||||
}
|
||||
}
|
||||
}
|
||||
harfbuzz_features = { "ss01", "ss03" },
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
# Starship modules
|
||||
character = {
|
||||
# Note the use of Catppuccin color 'peach'
|
||||
success_symbol = "[[](green) ❯](peach)";
|
||||
error_symbol = "[[](red) ❯](peach)";
|
||||
success_symbol = "[[ ](green) ❯](peach)";
|
||||
error_symbol = "[[ ](red) ❯](peach)";
|
||||
vimcmd_symbol = "[ ❮](subtext1)";
|
||||
};
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
name = "Noto Sans";
|
||||
};
|
||||
monospace = {
|
||||
package = pkgs.nerdfonts.override { fonts = [ "Monaspace" ]; };
|
||||
name = "MonaspiceNe Nerd Font Mono";
|
||||
package = pkgs.intel-one-mono;
|
||||
name = "Intel One Mono";
|
||||
};
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-color-emoji;
|
||||
|
|
Loading…
Reference in a new issue