13 lines
No EOL
238 B
Python
13 lines
No EOL
238 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
nixos_small = AsciiArt(match=r'''"nixos_small"''', color='4 6', ascii=r"""
|
|
${c1} \\\\ \\\\ //
|
|
==\\\\__\\\\/ //
|
|
// \\\\//
|
|
==// //==
|
|
//\\\\___//
|
|
// /\\\\ \\\\==
|
|
// \\\\ \\\\
|
|
""")
|
|
|