OS: Add support for Nitrux

This commit is contained in:
Michael Straube 2017-03-22 11:07:59 +01:00
parent 7f732aef1e
commit e92a03816e
2 changed files with 23 additions and 0 deletions

18
ascii/distro/nitrux Normal file
View file

@ -0,0 +1,18 @@
${c1}`:/.
`/yo
`/yo
`/yo .+:.
`/yo .sys+:.`
`/yo `-/sys+:.`
`/yo ./sss+:.`
`/yo .:oss+:-`
`/yo ./o///:-`
`/yo `.-:///////:`
`/yo `.://///++//-``
`/yo `.-:////++++/-`
`/yo `-://///++o+/-`
`/yo `-/+o+++ooo+/-`
`/s+:+oooossso/.`
`//+sssssso:.
`+syyyy+:`
:+s+-

View file

@ -3065,6 +3065,11 @@ get_distro_colors() {
ascii_file="netrunner" ascii_file="netrunner"
;; ;;
"Nitrux"*)
set_colors 4
ascii_file="nitrux"
;;
"NixOS"*) "NixOS"*)
set_colors 4 6 set_colors 4 6
ascii_file="nixos" ascii_file="nixos"