mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
testing kagi
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
sponsorblock
|
||||
ublock-origin
|
||||
];
|
||||
search = {
|
||||
force = true;
|
||||
default = "kagi";
|
||||
order = [ "kagi" "DuckDuckGo" "Google" ];
|
||||
};
|
||||
search.engines = {
|
||||
"Nix Options" = {
|
||||
urls = [
|
||||
@@ -63,8 +68,21 @@
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = [ "@n" ];
|
||||
};
|
||||
"kagi" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://kagi.com/search?";
|
||||
params = [
|
||||
{
|
||||
name = "q";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
icon = ./kagi.png;
|
||||
};
|
||||
};
|
||||
search.force = true;
|
||||
settings = {
|
||||
# SECTION: FASTFOX
|
||||
# GENERAL
|
||||
|
||||
BIN
users/richie/home/gui/kagi.png
Normal file
BIN
users/richie/home/gui/kagi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 924 B |
Reference in New Issue
Block a user