rewrote homepage to be easier to read
This commit is contained in:
22
modules/servers/homepage/widgets.nix
Normal file
22
modules/servers/homepage/widgets.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
resources = {
|
||||
cpu = true;
|
||||
cputemp = true;
|
||||
units = "metric";
|
||||
disk = "/";
|
||||
memory = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
search = {
|
||||
provider = [
|
||||
"brave"
|
||||
"bing"
|
||||
"google"
|
||||
];
|
||||
target = "_blank";
|
||||
showSearchSuggestions = true;
|
||||
};
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user