Rename GuixSD to Guix System
This commit is contained in:
parent
1345c3d268
commit
87de174aef
1 changed files with 2 additions and 2 deletions
4
neofetch
4
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
|
||||
|
|
Loading…
Reference in a new issue