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",