MyNixOS website logo
Declarations
Type
attribute set of (JSON value)
Default
{ }
Example
{
  BlockAboutConfig = true;
  DefaultDownloadDirectory = "\${home}/Downloads";
  ExtensionSettings = {
    "[email protected]" = {
      default_area = "menupanel";
      install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
      installation_mode = "force_installed";
      private_browsing = true;
    };
  };
}