diff --git a/neofetch b/neofetch index e9bc5743..f9a1a58a 100755 --- a/neofetch +++ b/neofetch @@ -925,8 +925,8 @@ get_distro() { elif type -p guix >/dev/null; then case "$distro_shorthand" in - "on" | "tiny") distro="GuixSD" ;; - *) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')" + "on" | "tiny") distro="Guix System" ;; + *) distro="Guix System $(guix system -V | awk 'NR==1{printf $5}')" esac else