23 lines
250 B
Nix
23 lines
250 B
Nix
[
|
|
{
|
|
Glances = {
|
|
columns = 4;
|
|
header = false;
|
|
style = "row";
|
|
};
|
|
}
|
|
|
|
{
|
|
Media = {
|
|
header = true;
|
|
style = "column";
|
|
};
|
|
}
|
|
|
|
{
|
|
Services = {
|
|
header = true;
|
|
style = "column";
|
|
};
|
|
}
|
|
]
|