mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Correct NixOS support
This commit is contained in:
parent
cf71b7aeb5
commit
90045e8363
1 changed files with 2 additions and 2 deletions
4
quickget
4
quickget
|
@ -39,9 +39,9 @@ function pretty_name() {
|
||||||
linuxmint-cinnamon) PRETTY_NAME="Linux Mint Cinnamon";;
|
linuxmint-cinnamon) PRETTY_NAME="Linux Mint Cinnamon";;
|
||||||
linuxmint-mate) PRETTY_NAME="Linux Mint MATE";;
|
linuxmint-mate) PRETTY_NAME="Linux Mint MATE";;
|
||||||
linuxmint-xfce) PRETTY_NAME="Linux Mint XFCE";;
|
linuxmint-xfce) PRETTY_NAME="Linux Mint XFCE";;
|
||||||
nisos-gnome) PRETTY_NAME="NixOS Gnome";;
|
nixos-gnome) PRETTY_NAME="NixOS Gnome";;
|
||||||
nixos-plasma5) PRETTY_NAME="NixOS KDE";;
|
nixos-plasma5) PRETTY_NAME="NixOS KDE";;
|
||||||
nixos-minimal) PRETTY_NAME="Nixos Minimal";;
|
nixos-minimal) PRETTY_NAME="NixOS Minimal";;
|
||||||
macos) PRETTY_NAME="macOS";;
|
macos) PRETTY_NAME="macOS";;
|
||||||
openbsd) PRETTY_NAME="OpenBSD";;
|
openbsd) PRETTY_NAME="OpenBSD";;
|
||||||
opensuse) PRETTY_NAME="openSUSE";;
|
opensuse) PRETTY_NAME="openSUSE";;
|
||||||
|
|
Loading…
Reference in a new issue