From 54db358ae66938234c1c9ffcbcdfe86e92ee4806 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 12:16:53 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 4d35616..f8c2aae 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - # Install fastfetch, ghostty, and nerd fonts + # Install fastfetch environment.systemPackages = with pkgs; [ fastfetch ]; @@ -17,6 +17,9 @@ environment.etc."fastfetch/config.jsonc".text = '' { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "none" + }, "display": { "separator": " ", "color": { @@ -30,7 +33,7 @@ "modules": [ { "type": "title", - "format": "@{host-name-colored}" + "format": "{host-name-colored}" }, { "type": "separator",