chore(alacritty): use IBM Plex Mono
This commit is contained in:
parent
9fe308fb83
commit
43c720d245
|
@ -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;
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue