chore(alacritty): use IBM Plex Mono
This commit is contained in:
parent
9fe308fb83
commit
43c720d245
|
@ -28,7 +28,7 @@
|
|||
font = {
|
||||
size = 12.0;
|
||||
|
||||
normal.family = "JetBrainsMono Nerd Font";
|
||||
normal.family = "BlexMono Nerd Font Mono";
|
||||
|
||||
offset.y = 12;
|
||||
glyph_offset.y = 6;
|
||||
|
|
|
@ -181,7 +181,7 @@ in
|
|||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "Meslo LG M Regular Nerd Font Complete Mono" ];
|
||||
monospace = [ "BlexMono Nerd Font Mono" ];
|
||||
};
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
|
@ -189,6 +189,7 @@ in
|
|||
fonts = [
|
||||
"Iosevka"
|
||||
"JetBrainsMono"
|
||||
"IBMPlexMono"
|
||||
"Meslo"
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue