浏览代码

Rename GuixSD to Guix System

Alva 6 年之前
父节点
当前提交
87de174aef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      neofetch

+ 2 - 2
neofetch

@@ -925,8 +925,8 @@ get_distro() {
 
 
             elif type -p guix >/dev/null; then
             elif type -p guix >/dev/null; then
                 case "$distro_shorthand" in
                 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
                 esac
 
 
             else
             else