From 26fa4c56da071acbefce7e4cd60c304e6220f4fa Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sat, 20 Dec 2025 22:43:22 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 7a36402..dbc3aff 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -1,9 +1,10 @@ { config, pkgs, ... }: { - # Install fastfetch and nerd fonts + # Install fastfetch, ghostty, and nerd fonts environment.systemPackages = with pkgs; [ fastfetch + ghostty ]; # Install Nerd Fonts for icon support @@ -25,9 +26,9 @@ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "source": "/etc/fastfetch/logo.png", - "type": "auto", - "width": 25, - "height": 12, + "type": "kitty-direct", + "width": 35, + "height": 18, "padding": { "top": 1, "left": 2,