diff --git a/hosts/configuration.nix b/hosts/configuration.nix index b2331fc..ad2fc59 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -25,8 +25,8 @@ }; fonts.fonts = with pkgs; [ + nerdfonts dejavu_fonts - meslo-lgs-nf xkcd-font ]; diff --git a/modules/wezterm.nix b/modules/wezterm.nix index 1290f6f..a3fad12 100644 --- a/modules/wezterm.nix +++ b/modules/wezterm.nix @@ -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',