From 0e022628758cb75de799e3b4084b78b15fce9d84 Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 9 Feb 2023 15:08:35 +0100 Subject: [PATCH] feat: use firacode --- modules/graphical/fonts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/graphical/fonts.nix b/modules/graphical/fonts.nix index 5bcbfa4..13dae01 100644 --- a/modules/graphical/fonts.nix +++ b/modules/graphical/fonts.nix @@ -7,7 +7,7 @@ defaultFonts = { sansSerif = ["IBM Plex Sans"]; serif = ["IBM Plex Sans"]; - monospace = ["Hack Nerd Font"]; + monospace = ["FiraCode Nerd Font"]; emoji = ["Noto Color Emoji"]; }; localConf = '' @@ -36,7 +36,7 @@ ''; }; fonts = with pkgs; [ - (nerdfonts.override {fonts = ["Hack"];}) + (nerdfonts.override {fonts = ["FiraCode"];}) ibm-plex dejavu_fonts unifont