From c9722921c43aba759c7bf4b1a8d84ce2b13339ad Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 20:23:20 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index adad28c..3fe76c1 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -30,7 +30,7 @@ "modules": [ { "type": "command", - "text": "echo $(whoami)@$(hostname) - $(uname) $(uname -r) - $(gnome-shell --version | awk '{print $1, $3}')" + "text": "$(hostname)@NixOS_Unstable - $(uname) $(uname -r) - $(gnome-shell --version | awk '{print $1, $3}')" }, { "type": "colors",