mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
aly/firefox: add nix wiki and reorg
This commit is contained in:
parent
50ca1782a6
commit
2f98717f00
|
@ -37,6 +37,7 @@
|
|||
search = {
|
||||
default = "Brave";
|
||||
force = true;
|
||||
|
||||
engines = {
|
||||
"Bing" = {
|
||||
metaData = {
|
||||
|
@ -87,6 +88,18 @@
|
|||
];
|
||||
};
|
||||
|
||||
"NixOS Wiki" = {
|
||||
definedAliases = ["!nw" "!nixwiki"];
|
||||
iconUpdateURL = "https://wiki.nixos.org/favicon.ico";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||
|
||||
urls = [
|
||||
{
|
||||
template = "https://wiki.nixos.org/w/index.php?search={searchTerms}";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
"nixpkgs" = {
|
||||
definedAliases = ["!nix"];
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
|
@ -109,16 +122,26 @@
|
|||
};
|
||||
|
||||
"Wiktionary" = {
|
||||
definedAliases = ["!wikt"];
|
||||
iconUpdateURL = "https://en.wiktionary.org/favicon.ico";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||
|
||||
urls = [
|
||||
{
|
||||
template = "https://en.wiktionary.org/wiki/{searchTerms}";
|
||||
}
|
||||
];
|
||||
iconUpdateURL = "https://en.wiktionary.org/favicon.ico";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||
definedAliases = ["!wikt"];
|
||||
};
|
||||
};
|
||||
order = [
|
||||
"Brave"
|
||||
"Kagi"
|
||||
"nixpkgs"
|
||||
"NixOS Wiki"
|
||||
"DuckDuckGo"
|
||||
"Wikipedia"
|
||||
"Wiktionary"
|
||||
];
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue