mirror of https://git.jolheiser.com/dotnix.git
parent
ec06b9b269
commit
3a68db79f6
|
@ -11,6 +11,7 @@ in
|
|||
./git-pr.nix
|
||||
./golink.nix
|
||||
./gotosocial.nix
|
||||
./homepage.nix
|
||||
./restic.nix
|
||||
./soju.nix
|
||||
./tandoor.nix
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
services.homepage-dashboard = {
|
||||
enable = true;
|
||||
listenPort = 4663;
|
||||
settings = {
|
||||
title = "jolheiser";
|
||||
};
|
||||
bookmarks = [ ];
|
||||
services = [ ];
|
||||
widgets = [
|
||||
{
|
||||
search = {
|
||||
provider = "duckduckgo";
|
||||
target = "_blank";
|
||||
};
|
||||
}
|
||||
{
|
||||
datetime = {
|
||||
text_size = "xl";
|
||||
};
|
||||
}
|
||||
{
|
||||
openmeteo = {
|
||||
label = "Bismarck";
|
||||
latitude = 46.80833;
|
||||
longitude = -100.78374;
|
||||
timezone = "America/Chicago";
|
||||
units = "imperial";
|
||||
cache = 5;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue