mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-10-27 15:55:15 +01:00
i hate this browser episode 2
This commit is contained in:
parent
afccebd363
commit
03844d5313
1 changed files with 11 additions and 0 deletions
|
|
@ -58,6 +58,17 @@
|
||||||
force = true;
|
force = true;
|
||||||
default = "Kagi";
|
default = "Kagi";
|
||||||
engines = {
|
engines = {
|
||||||
|
"Kagi".urls = [
|
||||||
|
{
|
||||||
|
template = "https://kagi.com/search";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "q";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
"Nix Packages" = {
|
"Nix Packages" = {
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue