chore(alacritty): use IBM Plex Mono

This commit is contained in:
Oliver Davies 2023-06-23 22:33:42 +01:00
parent 9fe308fb83
commit 43c720d245
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,7 @@
font = { font = {
size = 12.0; size = 12.0;
normal.family = "JetBrainsMono Nerd Font"; normal.family = "BlexMono Nerd Font Mono";
offset.y = 12; offset.y = 12;
glyph_offset.y = 6; glyph_offset.y = 6;

View file

@ -181,7 +181,7 @@ in
fontconfig = { fontconfig = {
enable = true; enable = true;
defaultFonts = { defaultFonts = {
monospace = [ "Meslo LG M Regular Nerd Font Complete Mono" ]; monospace = [ "BlexMono Nerd Font Mono" ];
}; };
}; };
fonts = with pkgs; [ fonts = with pkgs; [
@ -189,6 +189,7 @@ in
fonts = [ fonts = [
"Iosevka" "Iosevka"
"JetBrainsMono" "JetBrainsMono"
"IBMPlexMono"
"Meslo" "Meslo"
]; ];
}) })