1 { config, pkgs, lib, ... }:
6 with pkgs.nur.repos.rycee.firefox-addons; [
11 package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
14 (pkgs.fetchFirefoxAddon {
16 url = "https://addons.mozilla.org/firefox/downloads/file/3679754/ublock_origin-latest-an+fx.xpi";
17 sha256 = "0000000000000000000000000000000000000000000000000000";
19 (pkgs.fetchFirefoxAddon {
20 name = "decentraleyes";
21 url = "https://addons.mozilla.org/firefox/downloads/file/1671300/decentraleyes-latest-an+fx.xpi";
22 sha256 = "0000000000000000000000000000000000000000000000000000";
27 /* about:policies#documentation */
29 CaptivePortal = false;
30 DisableFirefoxStudies = true;
32 DisableTelemetry = true;
33 DisableFirefoxAccounts = true;
39 ExtensionRecommendations = false;
40 SkipOnboarding = true;