feat(firefox): switch to official nix wiki
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
0f109a9a69
commit
a716aca25b
1 changed files with 2 additions and 2 deletions
|
@ -115,10 +115,10 @@ in {
|
||||||
"NixOS Wiki" = {
|
"NixOS Wiki" = {
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
template = "https://nixos.wiki/index.php?search={searchTerms}";
|
template = "https://wiki.nixos.org/w/index.php?search={searchTerms}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
iconUpdateURL = "https://wiki.nixos.org/favicon.ico";
|
||||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||||
definedAliases = ["@nw"];
|
definedAliases = ["@nw"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue