alt
This commit is contained in:
parent
b5d14a8b64
commit
08044381f6
4 changed files with 29 additions and 14 deletions
|
|
@ -60,10 +60,16 @@
|
|||
definedAliases = [ "@np" ];
|
||||
};
|
||||
"NixOS Wiki" = {
|
||||
urls = [{ template = "https://nixos.wiki/index.php?search={searchTerms}"; }];
|
||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@nw" ];
|
||||
urls = [{ template = "https://nixos.wiki/index.php?search={searchTerms}"; }];
|
||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@nw" ];
|
||||
};
|
||||
"NixOS Options" = {
|
||||
urls = [{ template = "https://search.nixos.org/options?query={searchTerms}"; }];
|
||||
iconUpdateURL = "https://nixos.org/favicon.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@no" ];
|
||||
};
|
||||
"Home manager options" = {
|
||||
urls = [{ template = "https://mipmip.github.io/home-manager-option-search/?query={searchTerms}"; }];
|
||||
|
|
@ -107,6 +113,7 @@
|
|||
user_pref("network.trr.custom_uri", "https://dns.quad9.net/dns-query ");
|
||||
user_pref("network.trr.mode", 3);
|
||||
user_pref("network.trr.uri", "https://dns.quad9.net/dns-query");
|
||||
user_pref("permissions.default.desktop-notification", 2);
|
||||
user_pref("privacy.annotate_channels.strict_list.enabled", true);
|
||||
user_pref("privacy.donottrackheader.enabled", true);
|
||||
user_pref("privacy.globalprivacycontrol.enabled", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue