From 871d7a9dad2e3543f60905849a4c0d9c071f0c80 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 22 Sep 2024 14:25:56 +0200 Subject: [PATCH] firefox config --- modules/firefox.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/modules/firefox.nix b/modules/firefox.nix index ff56dbb..8506e30 100644 --- a/modules/firefox.nix +++ b/modules/firefox.nix @@ -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";