mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: add navidrome
This commit is contained in:
parent
eb97443b3d
commit
c16d6d1b4d
6 changed files with 96 additions and 0 deletions
|
|
@ -204,6 +204,12 @@ in {
|
|||
icon = "sh:jellyfin";
|
||||
same-tab = true;
|
||||
}
|
||||
{
|
||||
title = "Navidrome";
|
||||
url = "https://navidrome.nickolaj.com";
|
||||
icon = "sh:navidrome";
|
||||
same-tab = true;
|
||||
}
|
||||
{
|
||||
title = "Audiobookshelf";
|
||||
url = "https://audiobookshelf.nickolaj.com";
|
||||
|
|
@ -234,6 +240,12 @@ in {
|
|||
icon = "sh:radarr";
|
||||
same-tab = true;
|
||||
}
|
||||
{
|
||||
title = "Lidarr";
|
||||
url = "https://lidarr.nickolaj.com";
|
||||
icon = "sh:lidarr";
|
||||
same-tab = true;
|
||||
}
|
||||
{
|
||||
title = "SABnzbd";
|
||||
url = "https://sabnzbd.nickolaj.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue