font: switched to nerdfont patched dejavu

This commit is contained in:
Nickiel12 2023-01-07 12:39:38 -08:00
parent 624ff96d7e
commit ca3e77acc5
2 changed files with 2 additions and 2 deletions

View file

@ -25,8 +25,8 @@
}; };
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
nerdfonts
dejavu_fonts dejavu_fonts
meslo-lgs-nf
xkcd-font xkcd-font
]; ];

View file

@ -39,7 +39,7 @@ return {
window_background_opacity = 0.8, window_background_opacity = 0.8,
font = wezterm.font_with_fallback { font = wezterm.font_with_fallback {
'DejaVuSansMono', 'DejaVuSansMono',
'MesloLGS NF' 'DejaVuSansMono-Nerd-Font',
}, },
font_size = 11.0, font_size = 11.0,
color_scheme = 'SeeThroughBlack', color_scheme = 'SeeThroughBlack',