From 2f6468ca30b51e85cfe6ee9766f3b2a321d9c80e Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 20:24:31 +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 3fe76c1..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 ]; @@ -30,7 +30,7 @@ "modules": [ { "type": "command", - "text": "$(hostname)@NixOS_Unstable - $(uname) $(uname -r) - $(gnome-shell --version | awk '{print $1, $3}')" + "text": "echo $(whoami)@$(hostname) $(uname -r)" }, { "type": "colors",