feat: changed stuff, to lazy to say what

This commit is contained in:
Nick 2025-05-24 20:21:50 -05:00
parent a0de2dba92
commit 3c230de4fd
17 changed files with 118 additions and 181 deletions

View file

@ -128,6 +128,17 @@ in
];
keyword = aliases.name2;
}
{
name = "${instances.glance.label} (Local)";
url = "http://${instances.web.localhost.address0}:${toString instances.glance.ports.port0}";
tags = [
"glance"
"dashboard"
"weather"
"podcasts"
];
keyword = instances.glance.label;
}
{
name = "${instances.ollama.label} (Server)";
url = "https://${instances.ollama.subdomain}.${instances.web.domains.url0}";

View file

@ -8,6 +8,15 @@
{ template = "https://sci-hub.ee/{searchTerms}"; }
];
};
"Anna's Archive" = {
definedAliases = [
"@aa"
];
icon = ./icons/aa.png;
urls = [
{ template = "https://annas-archive.org/scidb/{searchTerms}"; }
];
};
"Wikipedia" = {
definedAliases = [
"@wi"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

0
modules/home/gui/apps/tools/lingot/default.nix Normal file → Executable file
View file