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

View file

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