mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
services: fix arr categories
This commit is contained in:
parent
8b5647e495
commit
02ece77264
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ in
|
||||||
webapps.apps.bazarr = {
|
webapps.apps.bazarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Subtitles";
|
name = "Subtitles";
|
||||||
category = "media";
|
category = "app";
|
||||||
icon = "closed-captioning";
|
icon = "closed-captioning";
|
||||||
link = "https://subtitles.${domain}";
|
link = "https://subtitles.${domain}";
|
||||||
};
|
};
|
||||||
|
|
|
@ -49,7 +49,7 @@ in
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Media";
|
name = "Media";
|
||||||
category = "media";
|
category = "media";
|
||||||
icon = "film";
|
icon = "eye";
|
||||||
link = "https://media.${domain}";
|
link = "https://media.${domain}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -39,7 +39,7 @@ in
|
||||||
webapps.apps.prowlarr = {
|
webapps.apps.prowlarr = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Indexer";
|
name = "Indexer";
|
||||||
category = "media";
|
category = "app";
|
||||||
icon = "sync-alt";
|
icon = "sync-alt";
|
||||||
link = "https://indexer.${domain}";
|
link = "https://indexer.${domain}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue