mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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; [
|
||||
nerdfonts
|
||||
dejavu_fonts
|
||||
meslo-lgs-nf
|
||||
xkcd-font
|
||||
];
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue