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; [
nerdfonts
dejavu_fonts
meslo-lgs-nf
xkcd-font
];

View file

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