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;
16 profiles."rp4xy6ye.2021" = {
20 userChrome = builtins.readFile firefox/userChrome.css;
22 profiles."8y3d28fa.tor" = {
26 userChrome = builtins.readFile firefox/userChrome.css;
30 with pkgs.nur.repos.rycee.firefox-addons; [
35 package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
38 (pkgs.fetchFirefoxAddon {
40 url = "https://addons.mozilla.org/firefox/downloads/file/3679754/ublock_origin-latest-an+fx.xpi";
41 sha256 = "0000000000000000000000000000000000000000000000000000";
43 (pkgs.fetchFirefoxAddon {
44 name = "decentraleyes";
45 url = "https://addons.mozilla.org/firefox/downloads/file/1671300/decentraleyes-latest-an+fx.xpi";
46 sha256 = "0000000000000000000000000000000000000000000000000000";
51 /* about:policies#documentation */
53 CaptivePortal = false;
54 DisableFirefoxStudies = true;
56 DisableTelemetry = true;
57 DisableFirefoxAccounts = true;
63 ExtensionRecommendations = false;
64 SkipOnboarding = true;