home/firefox: set kagi as default search engine
This commit is contained in:
@@ -95,6 +95,14 @@
|
||||
definedAliases = [ "hg" ];
|
||||
};
|
||||
|
||||
"Kagi" = {
|
||||
urls = [{
|
||||
template = "https://kagi.com/search";
|
||||
params = [{ name = "q"; value = "{searchTerms}"; }];
|
||||
}];
|
||||
definedAliases = "k";
|
||||
};
|
||||
|
||||
"Melpa" = {
|
||||
urls = [{
|
||||
template = "https://melpa.org/";
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
};
|
||||
|
||||
search = {
|
||||
default = "google";
|
||||
default = "Kagi";
|
||||
engines = import ./browser/engines.nix { inherit pkgs lib; };
|
||||
force = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user