homepage layout changes

This commit is contained in:
2025-06-06 13:26:28 -06:00
parent 372de23ecc
commit 280c38ce62
4 changed files with 21 additions and 63 deletions

View File

@@ -4,11 +4,11 @@ let
in
[
{ "stash" = [ { inherit (services) stash; } ]; }
# {
# productivity = [
# { inherit (services) calendar; }
# ];
# }
{
agenda = [
{ inherit (services) calendar; }
];
}
{
multimedia = [
{ inherit (services) plex; }
@@ -24,12 +24,12 @@ in
{ inherit (services) bazarr; }
{ inherit (services) prowlarr; }
{ inherit (services) sabnzbd; }
{ inherit (services) "qbittorrent server"; }
{ inherit (services) qbittorrent; }
];
}
{
main = [
# { inherit (services) nextcloud; }
{ inherit (services) nextcloud; }
{ inherit (services) mealie; }
{ inherit (services) paperless; }
];