homepage: wip cal, weather + secret hidden
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user