7 lines
228 B
Nix
7 lines
228 B
Nix
[
|
|
# Example:
|
|
{ resources = { cpu = true; memory = true; disk = "/"; }; }
|
|
{ datetime = { text_size = "xl"; format = { timeStyle = "short"; }; }; }
|
|
{ search = {provider = "google"; focus = true; target = "_blank"; }; }
|
|
]
|