firefox changes
This commit is contained in:
parent
aeb743ac90
commit
a369274759
1 changed files with 7 additions and 0 deletions
|
@ -88,6 +88,13 @@
|
||||||
updateInterval = 24 * 60 * 60 * 1000;
|
updateInterval = 24 * 60 * 60 * 1000;
|
||||||
definedAliases = [ "@aw" ];
|
definedAliases = [ "@aw" ];
|
||||||
};
|
};
|
||||||
|
"NixOS Wiki" = {
|
||||||
|
urls = [ { template = "https://nixos.wiki/index.php?search={searchTerms}&go=Go"; } ];
|
||||||
|
icon = "https://nixos.wiki/favicon.png";
|
||||||
|
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
||||||
|
updateInterval = 24 * 60 * 60 * 1000;
|
||||||
|
definedAliases = [ "@nw" ];
|
||||||
|
};
|
||||||
|
|
||||||
# the rest can fuck off
|
# the rest can fuck off
|
||||||
"Bing".metaData.hidden = true;
|
"Bing".metaData.hidden = true;
|
||||||
|
|
Loading…
Reference in a new issue