24 lines
408 B
Nix
24 lines
408 B
Nix
[
|
|
{
|
|
"Media" = [
|
|
{
|
|
"Jellyfin" = {
|
|
description = "Jellyfin";
|
|
href = "https://jellyfin.oliverdavies.uk";
|
|
};
|
|
}
|
|
];
|
|
}
|
|
|
|
{
|
|
"Services" = [
|
|
{
|
|
"Paperless-ngx" = {
|
|
description = "Document management system";
|
|
href = services.paperless.settings.PAPERLESS_URL;
|
|
icon = "paperless";
|
|
};
|
|
}
|
|
];
|
|
}
|
|
]
|