mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
firefox config
This commit is contained in:
parent
28c12949de
commit
871d7a9dad
@ -90,6 +90,12 @@
|
||||
|
||||
# Reduce spaces between UI elements. Larger website space.
|
||||
"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.
|
||||
@ -107,13 +113,20 @@
|
||||
definedAliases = [ "@nw" ];
|
||||
};
|
||||
|
||||
"nixpkgs" = {
|
||||
"NixOS Packages" = {
|
||||
urls = [{ template = "https://search.nixos.org/packages?query={searchTerms}"; }];
|
||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # Every day
|
||||
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" = {
|
||||
urls = [{ template = "https://www.startpage.com/sp/search?query={searchTerms}"; }];
|
||||
iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-32x32--default.png";
|
||||
|
Loading…
Reference in New Issue
Block a user