refactor: remove software associated with llms

This commit is contained in:
wi11-holdsworth 2026-02-21 23:12:46 +11:00
parent c0e7f6f649
commit a54857c365
13 changed files with 8 additions and 54 deletions

View file

@ -26,7 +26,6 @@ let
"bazarr"
"immich"
"jellyfin"
"karakeep"
"kavita-api"
"lidarr"
"miniflux"
@ -138,13 +137,6 @@ in
};
};
}
{
qui = {
description = "qBittorrent front end";
icon = "qui.svg";
href = "https://qui.fi33.buzz/";
};
}
{
qBittorrent = {
description = "BitTorrent client";
@ -204,18 +196,6 @@ in
};
};
}
{
Karakeep = {
description = "Web clipper";
icon = "karakeep.svg";
href = "https://karakeep.fi33.buzz/";
widget = {
type = "karakeep";
url = "https://karakeep.fi33.buzz/";
key = "@karakeep@";
};
};
}
{
Miniflux = {
description = "RSS aggregator";
@ -259,13 +239,6 @@ in
href = "https://couchdb.fi33.buzz/_utils/";
};
}
{
Firefly = {
description = "Budget Planner";
icon = "firefly-iii.svg";
href = "https://firefly.fi33.buzz/";
};
}
{
ntfy = {
description = "Notification service";
@ -324,7 +297,7 @@ in
{
Services = {
style = "row";
columns = 4;
columns = 3;
useEqualHeights = true;
};
}