From 0b19487578a7180d027be74fa7f6106374af1bd9 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 3 Dec 2025 20:29:57 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 31a112b..df01273 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -8,7 +8,9 @@ # Install Nerd Fonts for icon support fonts.packages = with pkgs; [ - (nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" "Meslo" ]; }) + nerd-fonts.fira-code + nerd-fonts.jetbrains-mono + nerd-fonts.meslo-lg ]; # Create the fastfetch config file with unicode icons