17 lines
No EOL
420 B
Nix
17 lines
No EOL
420 B
Nix
{
|
|
plugins.mini = {
|
|
enable = true;
|
|
modules = {
|
|
starter = {
|
|
header = ''
|
|
_ _
|
|
___ ___| |__ _ __ ___ __| | _____ __
|
|
/ _ \/ __| '_ \| '_ ` _ \ / _` |/ _ \ \ / /
|
|
| (_) \__ \ |_) | | | | | || (_| | __/\ V /
|
|
\___/|___/_.__/|_| |_| |_(_)__,_|\___| \_/
|
|
|
|
'';
|
|
};
|
|
};
|
|
};
|
|
} |