mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
font: switched to nerdfont patched dejavu
This commit is contained in:
parent
624ff96d7e
commit
ca3e77acc5
2 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
|
nerdfonts
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
meslo-lgs-nf
|
|
||||||
xkcd-font
|
xkcd-font
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue