From ca3e77acc5923f8aa20a683027c4e88f81aa0ddd Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 7 Jan 2023 12:39:38 -0800 Subject: [PATCH] font: switched to nerdfont patched dejavu --- hosts/configuration.nix | 2 +- modules/wezterm.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',