Add Fifefox module
This commit is contained in:
parent
be9c200d0c
commit
cf609571f0
20 changed files with 153 additions and 168 deletions
7
modules/home-manager/web/firefox/conf/doh.nix
Normal file
7
modules/home-manager/web/firefox/conf/doh.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
# DNS over HTTP (DoH), aka. Trusted Recursive Resolver (TRR)
|
||||
# (https://wiki.mozilla.org/Trusted_Recursive_Resolver), uses a server run by
|
||||
# Cloudflare to resolve hostnames, even when the system uses another (normal) DNS
|
||||
# server. This setting disables it and sets the mode to explicit opt-out (5).
|
||||
"network.trr.mode" = 5;
|
||||
}
|
12
modules/home-manager/web/firefox/conf/drm.nix
Normal file
12
modules/home-manager/web/firefox/conf/drm.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
# Disables playback of DRM-controlled HTML5 content
|
||||
# if enabled, automatically downloads the Widevine Content Decryption Module
|
||||
# provided by Google Inc. Details
|
||||
# (https://support.mozilla.org/en-US/kb/enable-drm#w_opt-out-of-cdm-playback-uninstall-cdms-and-stop-all-cdm-downloads)
|
||||
"media.eme.enabled" = false;
|
||||
|
||||
# Disables the Widevine Content Decryption Module provided by Google Inc.
|
||||
# Used for the playback of DRM-controlled HTML5 content Details
|
||||
# (https://support.mozilla.org/en-US/kb/enable-drm#w_disable-the-google-widevine-cdm-without-uninstalling)
|
||||
"media.gmp-widevinecdm.enabled" = false;
|
||||
}
|
21
modules/home-manager/web/firefox/conf/experiments.nix
Normal file
21
modules/home-manager/web/firefox/conf/experiments.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
|
||||
# Disable shield studies
|
||||
# Mozilla shield studies (https://wiki.mozilla.org/Firefox/Shield) is a feature
|
||||
# which allows mozilla to remotely install experimental addons.
|
||||
"app.normandy.enabled" = false;
|
||||
"app.normandy.api_url" = "";
|
||||
"app.shield.optoutstudies.enabled" = false;
|
||||
"extensions.shield-recipe-client.enabled" = false;
|
||||
"extensions.shield-recipe-client.api_url" = "";
|
||||
|
||||
# Disable experiments
|
||||
# Telemetry Experiments (https://wiki.mozilla.org/Telemetry/Experiments) is a
|
||||
# feature that allows Firefox to automatically download and run specially-designed
|
||||
# restartless addons based on certain conditions.
|
||||
"experiments.enabled" = false;
|
||||
"experiments.manifest.uri" = "";
|
||||
"experiments.supported" = false;
|
||||
"experiments.activeExperiment" = false;
|
||||
"network.allow-experiments" = false;
|
||||
}
|
14
modules/home-manager/web/firefox/conf/extensions.nix
Normal file
14
modules/home-manager/web/firefox/conf/extensions.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
# Firefox sends data about installed addons as metadata updates
|
||||
# (https://blog.mozilla.org/addons/how-to-opt-out-of-add-on-metadata-updates/), so
|
||||
# Mozilla is able to recommend you other addons.
|
||||
"extensions.getAddons.cache.enabled" = false;
|
||||
|
||||
# Disable about:addons' Get Add-ons panel
|
||||
# The start page with recommended addons uses google analytics.
|
||||
"extensions.getAddons.showPane" = false;
|
||||
"extensions.webservice.discoverURL" = "";
|
||||
|
||||
# disable pocket extention
|
||||
"extensions.pocket.enabled" = false;
|
||||
}
|
46
modules/home-manager/web/firefox/conf/preferences.nix
Normal file
46
modules/home-manager/web/firefox/conf/preferences.nix
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
|
||||
"browser.sessionstore.enabled" = true;
|
||||
"browser.sessionstore.restore_hidden_tabs" = true;
|
||||
"browser.sessionstore.restore_pinned_tabs_on_demand" = true;
|
||||
"browser.sessionstore.resume_after_os_start" = true;
|
||||
|
||||
# use blank page for new tabs
|
||||
"browser.newtabpage.enabled" = false;
|
||||
|
||||
# Disable preloading of the new tab page.
|
||||
# By default Firefox preloads the new tab page (with website thumbnails) in the
|
||||
# background before it is even opened.
|
||||
"browser.newtab.preload" = false;
|
||||
|
||||
|
||||
# Disable check for captive portal.
|
||||
# By default, Firefox checks for the presence of a captive portal on every
|
||||
# startup. This involves traffic to Akamai
|
||||
# (https://support.mozilla.org/questions/1169302).
|
||||
"network.captive-portal-service.enabled" = false;
|
||||
|
||||
|
||||
# Disable Javascript in PDF viewer
|
||||
# Disables executing of JavaScript in the PDF form viewer. It is possible that
|
||||
# some PDFs are not rendered correctly due to missing functions.
|
||||
"pdfjs.enableScripting" = true;
|
||||
|
||||
# Allow fullscreen in Firefox windows
|
||||
"full-screen-api.ignore-widgets" = true;
|
||||
|
||||
# Download preferences
|
||||
"browser.download.dir" = "~/downloads";
|
||||
|
||||
# About:config show warning
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
|
||||
# avoid some useless recommendations
|
||||
"extensions.htmlaboutaddons.recommendations.enabled" = false;
|
||||
"extensions.recommendations.themeRecommendationUrl" = "";
|
||||
|
||||
# Do not senf FF buid ID for ste statup page
|
||||
"browser.startup.homepage_override.mstone" = "ignore";
|
||||
|
||||
"browser.aboutHomeSnippets.updateUrl" = "";
|
||||
}
|
125
modules/home-manager/web/firefox/conf/privacy.nix
Normal file
125
modules/home-manager/web/firefox/conf/privacy.nix
Normal file
|
@ -0,0 +1,125 @@
|
|||
{
|
||||
# Disable access to device sensor data
|
||||
# Disallow websites to access sensor data (ambient light, motion, device
|
||||
# orientation and proximity data).
|
||||
"device.sensors.ambientLight.enabled" = false;
|
||||
"device.sensors.enabled" = false;
|
||||
"device.sensors.motion.enabled" = false;
|
||||
"device.sensors.orientation.enabled" = false;
|
||||
"device.sensors.proximity.enabled" = false;
|
||||
|
||||
# Using a popular useragent string
|
||||
# (https://techblog.willshouse.com/2012/01/03/most-common-user-agents/) avoids
|
||||
# attracting attention i.e. with an Iceweasel UA. (keep blank to use the default)
|
||||
|
||||
# Block Cookies
|
||||
# Block 3rd-Party cookies or even all cookies.
|
||||
"network.cookie.cookieBehavior" = 1;
|
||||
|
||||
# Block Referer
|
||||
# Firefox tells a website, from which site you're coming (the so called RefControl
|
||||
# (http://kb.mozillazine.org/Network.http.sendRefererHeader">referer</a>). You can
|
||||
# find more detailed settings in this <a
|
||||
# href="http://www.ghacks.net/2015/01/22/improve-online-privacy-by-controlling-referrer-information/">ghacks
|
||||
# article</a> or install the <a
|
||||
# href="https://addons.mozilla.org/firefox/addon/refcontrol/) extension for per
|
||||
# domain settings.
|
||||
"network.http.referer.spoofSource" = true;
|
||||
|
||||
# Disable DOM storage
|
||||
# Disables DOM storage, which enables so called "supercookies". Some modern sites
|
||||
# will not work (i.e. missing "save" functions).
|
||||
"dom.storage.enabled" = true;
|
||||
|
||||
# Disable IndexedDB (breaks things)
|
||||
# abused for tracking (http://www.w3.org/TR/IndexedDB/">IndexedDB</a> is a way,
|
||||
# websites can store structured data. This can be <a
|
||||
# href="http://arstechnica.com/apple/2010/09/rldguid-tracking-cookies-in-safari-database-form/),
|
||||
# too. Disabling causes problems when sites depend on it like Tweetdeck or Reddit
|
||||
# and extensions that use it to store their data. Some users reported crashing
|
||||
# tabs when IndexedDB is disabled. Only disable it, when you know what you're
|
||||
# doing.
|
||||
"dom.indexedDB.enabled" = true;
|
||||
|
||||
# Disable the Offline Cache.
|
||||
# Websites can store up to 500 MB of data in an offline cache
|
||||
# (http://kb.mozillazine.org/Browser.cache.offline.enable), to be able to run even
|
||||
# when there is no working internet connection. This could possibly be used to
|
||||
# store an user id.
|
||||
"browser.cache.offline.enable" = false;
|
||||
|
||||
# Sessionstore Privacy
|
||||
# This preference controls when to store extra information about a session:
|
||||
# contents of forms, scrollbar positions, cookies, and POST data.
|
||||
"browser.sessionstore.privacy_level" = 2;
|
||||
|
||||
# Disable Link Prefetching
|
||||
# Firefox prefetches the next site on some links, so the site is loaded even when
|
||||
# you never click.
|
||||
"network.prefetch-next" = false;
|
||||
"network.dns.disablePrefetch" = true;
|
||||
"network.dns.disablePrefetchFromHTTPS" = true;
|
||||
"network.predictor.enabled" = false;
|
||||
"network.predictor.enable-prefetch" = false;
|
||||
|
||||
# Disable speculative website loading.
|
||||
# In some situations Firefox already starts loading web pages when the mouse
|
||||
# pointer is over a link, i. e. before you actually click. This is to speed up the
|
||||
# loading of web pages by a few milliseconds.
|
||||
"network.http.speculative-parallel-limit" = 0;
|
||||
"browser.urlbar.speculativeConnect.enabled" = false;
|
||||
|
||||
# Use a private container for new tab page thumbnails
|
||||
# Load the pages displayed on the new tab page in a private container when
|
||||
# creating thumbnails.
|
||||
"privacy.usercontext.about_newtab_segregation.enabled" = true;
|
||||
|
||||
# Disable WebGL
|
||||
# Disables the WebGL function, to prevent (ab)use the full power of the graphics
|
||||
# card (http://www.uniquemachine.org/">fingerprinting with WebGL</a>. Another
|
||||
# issue is, that websites can <a
|
||||
# href="https://isc.sans.edu/forums/diary/Time+to+disable+WebGL/10867). WebGL is
|
||||
# part of some fingerprinting scripts used in the wild. Some interactive websites
|
||||
# will not work, which are mostly games.
|
||||
"webgl.disabled" = true;
|
||||
|
||||
# Override graphics card vendor and model strings in the WebGL API
|
||||
# Websites can read the graphics card vendor and model using a WebGL API. This
|
||||
# setting overrides both with " " without disabling WebGL.
|
||||
"webgl.renderer-string-override" = " ";
|
||||
"webgl.vendor-string-override" = " ";
|
||||
|
||||
# Disable WebRTC
|
||||
# Disables the WebRTC function, which gives away your local ips. Some addons like
|
||||
# uBlock origin provide settings to prevent WebRTC from exposing local ips without
|
||||
# disabling WebRTC.
|
||||
"media.peerconnection.enabled" = true;
|
||||
|
||||
# Disable the clipboardevents.
|
||||
# Disable that websites can get notifications if you copy, paste, or cut something
|
||||
# from a web page, and it lets them know which part of the page had been selected.
|
||||
"dom.event.clipboardevents.enabled" = false;
|
||||
|
||||
# Disable Search Suggestions
|
||||
# Firefox suggests search terms in the search field. This will send everything
|
||||
# typed or pasted in the search field to the chosen search engine, even when you
|
||||
# did not press enter.
|
||||
|
||||
"browser.search.suggest.enabled" = true;
|
||||
# Disable Search Keyword
|
||||
# When you mistype some url, Firefox starts a search even from urlbar. This
|
||||
# feature is useful for quick searching, but may harm your privacy, when it's
|
||||
# unintended.
|
||||
|
||||
"keyword.enabled" = true;
|
||||
# Disable Fixup URLs
|
||||
# When you type "something" in the urlbar and press enter, Firefox tries
|
||||
# "something.com", if Fixup URLs is enabled.
|
||||
"browser.fixup.alternate.enabled" = true;
|
||||
|
||||
# Tracking protection
|
||||
"privacy.trackingprotection.enabled" = true;
|
||||
"privacy.trackingprotection.pbmode.enabled" = true;
|
||||
"privacy.trackingprotection.cryptomining.enabled" = true;
|
||||
"privacy.trackingprotection.fingerprinting.enabled" = true;
|
||||
}
|
14
modules/home-manager/web/firefox/conf/safebrowsing.nix
Normal file
14
modules/home-manager/web/firefox/conf/safebrowsing.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
# Disable google safebrowsing
|
||||
# Google safebrowsing can detect phishing and malware but it also sends
|
||||
# informations to google together with an unique id called wrkey
|
||||
# (http://electroholiker.de/?p=1594).
|
||||
"browser.safebrowsing.enabled" = false;
|
||||
"browser.safebrowsing.downloads.remote.url" = "";
|
||||
"browser.safebrowsing.phishing.enabled" = false;
|
||||
"browser.safebrowsing.blockedURIs.enabled" = false;
|
||||
"browser.safebrowsing.downloads.enabled" = false;
|
||||
"browser.safebrowsing.downloads.remote.enabled" = false;
|
||||
"browser.safebrowsing.appRepURL" = "";
|
||||
"browser.safebrowsing.malware.enabled" = false;
|
||||
}
|
11
modules/home-manager/web/firefox/conf/suggest.nix
Normal file
11
modules/home-manager/web/firefox/conf/suggest.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
|
||||
# Disable Firefox Suggest
|
||||
# The Firefox Suggest
|
||||
# (https://support.mozilla.org/en-US/kb/navigate-web-faster-firefox-suggest)
|
||||
# feature allows Mozilla to provide search suggestions in the US, which uses your
|
||||
# city location and search keywords to send suggestions. This is also used to
|
||||
# serve advertisements.
|
||||
"browser.urlbar.groupLabels.enabled" = false;
|
||||
"browser.urlbar.quicksuggest.enabled" = false;
|
||||
}
|
39
modules/home-manager/web/firefox/conf/telemetry.nix
Normal file
39
modules/home-manager/web/firefox/conf/telemetry.nix
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
|
||||
# Disable Telemetry
|
||||
# The telemetry feature
|
||||
# (https://support.mozilla.org/kb/share-telemetry-data-mozilla-help-improve-firefox)
|
||||
# sends data about the performance and responsiveness of Firefox to Mozilla.
|
||||
"toolkit.telemetry.enabled" = false;
|
||||
"toolkit.telemetry.archive.enabled" = false;
|
||||
"toolkit.telemetry.rejected" = true;
|
||||
"toolkit.telemetry.unified" = false;
|
||||
"toolkit.telemetry.unifiedIsOptIn" = false;
|
||||
"toolkit.telemetry.prompted" = 2;
|
||||
"toolkit.telemetry.server" = "";
|
||||
"toolkit.telemetry.cachedClientID" = "";
|
||||
"toolkit.telemetry.newProfilePing.enabled" = false;
|
||||
"toolkit.telemetry.shutdownPingSender.enabled" = false;
|
||||
"toolkit.telemetry.updatePing.enabled" = false;
|
||||
"toolkit.telemetry.bhrPing.enabled" = false;
|
||||
"toolkit.telemetry.firstShutdownPing.enabled" = false;
|
||||
"toolkit.telemetry.hybridContent.enabled" = false;
|
||||
"toolkit.telemetry.reportingpolicy.firstRun" = false;
|
||||
|
||||
# Disable health report
|
||||
# Disable sending Firefox health reports
|
||||
# (https://www.mozilla.org/privacy/firefox/#health-report) to Mozilla
|
||||
"datareporting.healthreport.uploadEnabled" = false;
|
||||
"datareporting.policy.dataSubmissionEnabled" = false;
|
||||
"datareporting.healthreport.service.enabled" = false;
|
||||
|
||||
# Disable Crash Reports
|
||||
# The crash report (https://www.mozilla.org/privacy/firefox/#crash-reporter) may
|
||||
# contain data that identifies you or is otherwise sensitive to you.
|
||||
"breakpad.reportURL" = "";
|
||||
"browser.tabs.crashReporting.sendReport" = false;
|
||||
"browser.crashReports.unsubmittedCheck.enabled" = false;
|
||||
"browser.crashReports.unsubmittedCheck.autoSubmit" = false;
|
||||
"browser.crashReports.unsubmittedCheck.autoSubmit2" = false;
|
||||
|
||||
}
|
34
modules/home-manager/web/firefox/conf/theme.nix
Normal file
34
modules/home-manager/web/firefox/conf/theme.nix
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
||||
"browser.uidensity" = 1;
|
||||
|
||||
# New tab behaviour
|
||||
"browser.newtabpage.activity-stream.showSearch" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.topsites" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.section.highlights" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.topstories" = false;
|
||||
"browser.newtabpage.activity-stream.snippets" = false;
|
||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
||||
"browser.newtabpage.activity-stream.showSponsored" = false;
|
||||
|
||||
# Mozilla messages and recommandations
|
||||
"browser.messaging-system.whatsNewPanel.enabled" = false;
|
||||
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons" = false;
|
||||
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features" = false;
|
||||
"browser.aboutwelcome.enabled" = false;
|
||||
"browser.preferences.moreFromMozilla" = false;
|
||||
|
||||
# Do not save my logins
|
||||
"signon.rememberSignons" = true;
|
||||
|
||||
# Do not suggest some research
|
||||
"browser.urlbar.suggest.searches" = true;
|
||||
"browser.search.suggest.enabled" = true;
|
||||
|
||||
# do not override startus page
|
||||
"startup.homepage_override_url" = "";
|
||||
"startup.homepage_welcome_url" = "";
|
||||
|
||||
# do not show bookmark page
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
}
|
82
modules/home-manager/web/firefox/conf/tracking.nix
Normal file
82
modules/home-manager/web/firefox/conf/tracking.nix
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
|
||||
# Enable Do-not-Track
|
||||
# With the do not track feature, you tell websites, that you do not want to be
|
||||
# tracked. Most websites ignore this, so you need other privacy options as well.
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
"privacy.donottrackheader.value" = 1;
|
||||
|
||||
# Enable resistFingerprinting
|
||||
# The <code>privacy.resistFingerprinting</code> setting coming from the
|
||||
# tor-browser hides some system properties. See discussion in our bug tracker.
|
||||
# (https://bugzilla.mozilla.org/show_bug.cgi?id=1308340">Bug #1308340</a> for more
|
||||
# information. This option may interfere with other privacy related settings, see
|
||||
# the <a
|
||||
# href="https://github.com/allo-/firefox-profilemaker/issues/56#issuecomment-333397712)
|
||||
"privacy.resistFingerprinting" = false;
|
||||
|
||||
# Enable Mozilla Trackingprotection
|
||||
# Firefox has a builtin tracking protection
|
||||
# (https://wiki.mozilla.org/Security/Tracking_protection), which blocks a list of
|
||||
# known tracking sites.
|
||||
"privacy.trackingprotection.pbmode.enabled" = true;
|
||||
"privacy.trackingprotection.enabled" = true;
|
||||
"privacy.trackingprotection.fingerprinting.enabled" = true;
|
||||
"privacy.trackingprotection.cryptomining.enabled" = true;
|
||||
|
||||
# Enable firstparty isolation.
|
||||
# FPI works by separating cookies on a per-domain basis. In this way tracking
|
||||
# networks won't be able to locate the same cookie on different sites. Note that
|
||||
# this might break third-party logins.
|
||||
"privacy.firstparty.isolate" = false;
|
||||
|
||||
# Disable Browser Pings
|
||||
# Firefox sends "ping" requests (http://kb.mozillazine.org/Browser.send_pings),
|
||||
# when a website requests to be informed when a user clicks on a link.
|
||||
"browser.send_pings" = false;
|
||||
|
||||
# Disable TLS session identifiers
|
||||
# TLS allows for session identifiers, which speed up the session resumption when a
|
||||
# connection was lost. These identifiers can be used for tracking
|
||||
# (https://youbroketheinternet.org/trackedanyway).
|
||||
"security.ssl.disable_session_identifiers" = true;
|
||||
|
||||
# Disable Beacons
|
||||
# The Beacon (https://w3c.github.io/beacon/) feature allows websites to send
|
||||
# tracking data after you left the website.
|
||||
"beacon.enabled" = false;
|
||||
|
||||
# Disable the Battery API
|
||||
# Firefox allows websites to read the charge level of the battery. This may be
|
||||
# used for fingerprinting.
|
||||
"dom.battery.enabled" = false;
|
||||
|
||||
# Disable media device queries
|
||||
# Prevent websites from accessing information about webcam and microphone
|
||||
# (https://developer.mozilla.org/docs/Web/API/MediaDevices/enumerateDevices)
|
||||
# (possible fingerprinting).
|
||||
|
||||
"media.navigator.enabled" = false;
|
||||
|
||||
# Disable form autofill
|
||||
# Automatically filled form fields are used for fingerprinting
|
||||
# (https://freedom-to-tinker.com/2017/12/27/no-boundaries-for-user-identities-web-trackers-exploit-browser-login-managers/).
|
||||
# This setting disables automatic form filling until you click on the field.
|
||||
"signon.autofillForms" = false;
|
||||
|
||||
# Disable webaudio API
|
||||
# Disable webaudio API to prevent browser fingerprinting. See Mozilla Bug #1288359
|
||||
# (https://bugzilla.mozilla.org/show_bug.cgi?id=1288359). This can break web apps,
|
||||
# like Discord, which rely on the API.
|
||||
"dom.webaudio.enabled" = false;
|
||||
|
||||
# Disable video statistics
|
||||
# Prevent websites from measuring video performance (possible fingerprinting). See
|
||||
# Mozilla Bug 654550 (https://bugzilla.mozilla.org/show_bug.cgi?id=654550).
|
||||
"media.video_stats.enabled" = false;
|
||||
|
||||
# Enable query parameter stripping
|
||||
# Firefox 102 introduced query parameter stripping like utm_source. Enabled by
|
||||
# default with Strict Enhanced Tracking Protection.
|
||||
"privacy.query_stripping" = true;
|
||||
}
|
62
modules/home-manager/web/firefox/default.nix
Normal file
62
modules/home-manager/web/firefox/default.nix
Normal file
|
@ -0,0 +1,62 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
with lib;
|
||||
let
|
||||
merge = foldr (a: b: a // b) { };
|
||||
cfg = config.modules.web.firefox;
|
||||
in
|
||||
{
|
||||
options.modules.web.firefox = {
|
||||
enable = mkEnableOption "enable Firefox web browser";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.nur.overlay
|
||||
];
|
||||
programs.browserpass = {
|
||||
enable = true;
|
||||
browsers = ["firefox"];
|
||||
};
|
||||
programs.firefox = {
|
||||
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||
nativeMessagingHosts = [
|
||||
# Tridactyl native connector
|
||||
pkgs.tridactyl-native
|
||||
pkgs.browserpass
|
||||
];
|
||||
};
|
||||
enable = true;
|
||||
profiles.ephase = {
|
||||
id = 0;
|
||||
name = "ephase";
|
||||
isDefault = true;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
browserpass
|
||||
consent-o-matic
|
||||
cookie-autodelete
|
||||
darkreader
|
||||
decentraleyes
|
||||
tridactyl
|
||||
ublock-origin
|
||||
];
|
||||
search = {
|
||||
force = true;
|
||||
default = "DuckDuckGo";
|
||||
};
|
||||
settings = merge [
|
||||
(import ./conf/doh.nix)
|
||||
(import ./conf/drm.nix)
|
||||
(import ./conf/experiments.nix)
|
||||
(import ./conf/extensions.nix)
|
||||
(import ./conf/preferences.nix)
|
||||
(import ./conf/privacy.nix)
|
||||
(import ./conf/safebrowsing.nix)
|
||||
(import ./conf/suggest.nix)
|
||||
(import ./conf/telemetry.nix)
|
||||
(import ./conf/theme.nix)
|
||||
(import ./conf/tracking.nix)
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue