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