From c8c58fa8b03c44481b78c8bcc233a59ea829428c Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 20:30:01 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 9501aa8..f11c651 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - # Install fastfetch + # Install fastfetch, ghostty, and nerd fonts environment.systemPackages = with pkgs; [ fastfetch ]; @@ -10,7 +10,7 @@ nerd-fonts.jetbrains-mono nerd-fonts.meslo-lg ]; - # Create the fastfetch config file + # Create the fastfetch config file with custom image environment.etc."fastfetch/config.jsonc".text = '' { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",