diff --git a/ascii/distro/nixos_small b/ascii/distro/nixos_small new file mode 100644 index 00000000..0917ff8e --- /dev/null +++ b/ascii/distro/nixos_small @@ -0,0 +1,7 @@ + ${c1}\\\\ \\\\ // + ==\\\\__\\\\/ // + // \\\\// +==// //== + //\\\\___// +// /\\\\ \\\\== + // \\\\ \\\\ diff --git a/neofetch b/neofetch index 60f091d1..a99c3290 100755 --- a/neofetch +++ b/neofetch @@ -3242,6 +3242,11 @@ get_distro_colors() { ascii_file="nitrux" ;; + "nixos_small") + set_colors 4 6 + ascii_file="nixos_small" + ;; + "NixOS"*) set_colors 4 6 ascii_file="nixos"