firefox config

This commit is contained in:
Daniel Langbein 2024-09-22 14:25:56 +02:00
parent 28c12949de
commit 871d7a9dad
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -90,6 +90,12 @@
# Reduce spaces between UI elements. Larger website space. # Reduce spaces between UI elements. Larger website space.
"browser.uidensity" = 1; "browser.uidensity" = 1;
# Locality
"doh-rollout.home-region" = "DE";
"browser.search.region" = "DE";
"browser.aboutConfig.showWarning" = false;
}; };
# This is recommended since Firefox will replace the symlink for the search configuration on every launch. # This is recommended since Firefox will replace the symlink for the search configuration on every launch.
@ -107,13 +113,20 @@
definedAliases = [ "@nw" ]; definedAliases = [ "@nw" ];
}; };
"nixpkgs" = { "NixOS Packages" = {
urls = [{ template = "https://search.nixos.org/packages?query={searchTerms}"; }]; urls = [{ template = "https://search.nixos.org/packages?query={searchTerms}"; }];
iconUpdateURL = "https://nixos.wiki/favicon.png"; iconUpdateURL = "https://nixos.wiki/favicon.png";
updateInterval = 24 * 60 * 60 * 1000; # Every day updateInterval = 24 * 60 * 60 * 1000; # Every day
definedAliases = [ "@np" ]; definedAliases = [ "@np" ];
}; };
"NixOS Options" = {
urls = [{ template = "https://search.nixos.org/options?query={searchTerms}"; }];
iconUpdateURL = "https://nixos.wiki/favicon.png";
updateInterval = 24 * 60 * 60 * 1000; # Every day
definedAliases = [ "@no" ];
};
"Startpage" = { "Startpage" = {
urls = [{ template = "https://www.startpage.com/sp/search?query={searchTerms}"; }]; urls = [{ template = "https://www.startpage.com/sp/search?query={searchTerms}"; }];
iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-32x32--default.png"; iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-32x32--default.png";