feat: expanded all lists

This commit is contained in:
Nick 2025-01-08 19:11:58 -06:00
parent bb0b55b011
commit 4d8d534088
20 changed files with 107 additions and 28 deletions

View file

@ -167,7 +167,9 @@ in {
name = "${instances.syncthing.label} (${instances.synology.label})";
url = "http://${synology.ip.address0}:${toString instances.syncthing.ports.port0}";
tags =
["synology"]
[
"synology"
]
++ syncthingTags;
keyword = instances.syncthing.label;
}
@ -175,7 +177,9 @@ in {
name = "${instances.syncthing.label} (Desktop)";
url = "http://localhost:${toString instances.syncthing.ports.port0}";
tags =
["desktop"]
[
"desktop"
]
++ syncthingTags;
keyword = instances.syncthing.label;
}

View file

@ -1,6 +1,17 @@
let
discordTags = ["disboard" "discord" "dis" "ds" "social"];
youtubeTags = ["youtube" "you" "tube" "yt"];
discordTags = [
"disboard"
"discord"
"dis"
"ds"
"social"
];
youtubeTags = [
"youtube"
"you"
"tube"
"yt"
];
in {
name = "Social Media";
toolbar = false;

View file

@ -1,6 +1,8 @@
{
"Spankbang" = {
definedAliases = ["@sb"];
definedAliases = [
"@sb"
];
icon = ./icons/sb.png;
urls = [
{template = "https://spankbang.com/s/{searchTerms}/";}