homepage: wip cal, weather + secret hidden

This commit is contained in:
2025-01-22 21:31:32 -06:00
parent a83fbf5e9a
commit a1b9f9e47d
5 changed files with 87 additions and 14 deletions

View File

@@ -3,9 +3,14 @@ let
services = import ./service-widgets.nix { inherit lib config; };
in
[
{ "stash" = [ { inherit (services) stash; } ]; }
# { "stash" = [ { inherit (services) stash; } ]; }
# {
# productivity = [
# { inherit (services) calendar; }
# ];
# }
{
"multimedia" = [
multimedia = [
{ inherit (services) plex; }
{ inherit (services) jellyfin; }
{ inherit (services) audiobookshelf; }
@@ -13,7 +18,7 @@ in
];
}
{
"piracy" = [
piracy = [
{ inherit (services) sonarr; }
{ inherit (services) radarr; }
{ inherit (services) lidarr; }
@@ -25,7 +30,7 @@ in
];
}
{
"main" = [
main = [
{ inherit (services) nextcloud; }
{ inherit (services) mealie; }
{ inherit (services) paperless; }