From 2c7e4eec606b728e02a4b0b2507a4c773cb4ae9b Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 20:09:48 +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 f11c651..adad28c 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - # Install fastfetch, ghostty, and nerd fonts + # Install fastfetch environment.systemPackages = with pkgs; [ fastfetch ]; @@ -30,7 +30,7 @@ "modules": [ { "type": "command", - "text": "echo $(whoami)@$(hostname) $(uname -r)" + "text": "echo $(whoami)@$(hostname) - $(uname) $(uname -r) - $(gnome-shell --version | awk '{print $1, $3}')" }, { "type": "colors",