mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: changed stuff, to lazy to say what
This commit is contained in:
parent
a0de2dba92
commit
3c230de4fd
17 changed files with 118 additions and 181 deletions
|
@ -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}";
|
||||
|
|
|
@ -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"
|
||||
|
|
BIN
modules/home/gui/apps/browsers/floorp/config/search/config/icons/aa.png
Executable file
BIN
modules/home/gui/apps/browsers/floorp/config/search/config/icons/aa.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
0
modules/home/gui/apps/tools/lingot/default.nix
Normal file → Executable file
0
modules/home/gui/apps/tools/lingot/default.nix
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue