1 { config, pkgs, lib, ... }:
4 "browser.bookmarks.showMobileBookmarks" = true;
5 "browser.search.isUS" = false;
6 "browser.search.region" = "FR";
7 "browser.startup.homepage" = "https://code.sourcephile.fr";
8 "distribution.searchplugins.defaultLocale" = "fr-FR";
9 "general.useragent.locale" = "fr-FR";
10 "security.identityblock.show_extended_validation" = true;
11 "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
18 with pkgs.nur.repos.rycee.firefox-addons; [
23 package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
26 (pkgs.fetchFirefoxAddon {
28 url = "https://addons.mozilla.org/firefox/downloads/file/3679754/ublock_origin-latest-an+fx.xpi";
29 sha256 = "0000000000000000000000000000000000000000000000000000";
31 (pkgs.fetchFirefoxAddon {
32 name = "decentraleyes";
33 url = "https://addons.mozilla.org/firefox/downloads/file/1671300/decentraleyes-latest-an+fx.xpi";
34 sha256 = "0000000000000000000000000000000000000000000000000000";
39 /* about:policies#documentation */
41 CaptivePortal = false;
42 DisableFirefoxStudies = true;
44 DisableTelemetry = true;
45 DisableFirefoxAccounts = true;
51 ExtensionRecommendations = false;
52 SkipOnboarding = true;