remove nerd font as wezterm bundles it

This commit is contained in:
Anthony Rodriguez 2024-08-28 15:41:53 +02:00
parent 059182df5d
commit a7d857d757
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
3 changed files with 6 additions and 22 deletions

View file

@ -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" },
}
'';
};

View file

@ -14,9 +14,9 @@
# Starship modules
character = {
# Note the use of Catppuccin color 'peach'
success_symbol = "[[󰄛](green) ](peach)";
error_symbol = "[[󰄛](red) ](peach)";
vimcmd_symbol = "[󰄛 ](subtext1)";
success_symbol = "[[󰄛 ](green) ](peach)";
error_symbol = "[[󰄛 ](red) ](peach)";
vimcmd_symbol = "[󰄛 ](subtext1)";
};
git_branch = {

View file

@ -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;