From b2d92e001e63bac83d71a34e89e461fc571d6bd5 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 27 Oct 2024 18:10:58 -0500 Subject: [PATCH] refactor(hm/price): overhaul font config --- users/price/conf/fonts/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/price/conf/fonts/default.nix b/users/price/conf/fonts/default.nix index 896cb6c5..d611fcb5 100644 --- a/users/price/conf/fonts/default.nix +++ b/users/price/conf/fonts/default.nix @@ -2,11 +2,15 @@ { home.packages = with pkgs; [ fontconfig - nerdfonts + (nerdfonts.override { fonts = [ "FiraCode" ]; }) fira-code + fira + ibm-plex + open-sans noto-fonts twitter-color-emoji vistafonts + roboto ]; fonts = { fontconfig = {