From a7a39e2ac09233c37825652ee548bacad02eba1d Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 6 Feb 2023 07:09:34 +0000 Subject: [PATCH] deploy: c43d4a3d6d9ef8ddbe2438362f5c775b4186000b --- options.html | 46 +++++++++++++++++++--------------------------- release-notes.html | 7 ++++--- 2 files changed, 23 insertions(+), 30 deletions(-) diff --git a/options.html b/options.html index 977cdfe58..f9c579492 100644 --- a/options.html +++ b/options.html @@ -2253,33 +2253,6 @@ versions it should be an unwrapped Firefox package.

Declared by:

- <home-manager/modules/programs/firefox.nix> -
programs.firefox.extensions

List of Firefox add-on packages to install. Some -pre-packaged add-ons are accessible from NUR, -https://github.com/nix-community/NUR. -Once you have NUR installed run - -

-  $ nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons
-

- -to list the available Firefox add-ons. - -

- -Note that it is necessary to manually enable these -extensions inside Firefox after the first installation. - -

- -Extensions listed here will only be available in Firefox -profiles managed through the -programs.firefox.profiles -option. This is due to recent changes in the way Firefox -handles extension side-loading.

Type: list of package

Default: [ ]

Example:

with pkgs.nur.repos.rycee.firefox-addons; [
-  privacy-badger
-]
 

Declared by:

<home-manager/modules/programs/firefox.nix>
programs.firefox.profiles

Attribute set of Firefox profiles.

Type: attribute set of (submodule)

Default: { }

Declared by:

@@ -2309,6 +2282,25 @@ previously existing bookmarks!

Type:

Declared by:

+ <home-manager/modules/programs/firefox.nix> +
programs.firefox.profiles.<name>.extensions

List of Firefox add-on packages to install for this profile. +Some pre-packaged add-ons are accessible from NUR, +https://github.com/nix-community/NUR. +Once you have NUR installed run + +

+  $ nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons
+

+ +to list the available Firefox add-ons. + +

+ +Note that it is necessary to manually enable these extensions +inside Firefox after the first installation.

Type: list of package

Default: [ ]

Example:

with pkgs.nur.repos.rycee.firefox-addons; [
+  privacy-badger
+]
 

Declared by:

<home-manager/modules/programs/firefox.nix>
programs.firefox.profiles.<name>.extraConfig

Extra preferences to add to user.js.

Type: strings concatenated with "\n"

Default: ""

Declared by:

diff --git a/release-notes.html b/release-notes.html index 40e710333..05ebe9a08 100644 --- a/release-notes.html +++ b/release-notes.html @@ -1,7 +1,8 @@ -Appendix E. Release Notes

Appendix E. Release Notes

This section lists the release notes for stable versions of Home Manager and the current unstable version.

E.1. Release 23.05

This is the current unstable branch and the information in this section is therefore not final.

E.1.1. Highlights

This release has the following notable changes:

  • -No highlights. -

E.1.2. State Version Changes

The state version in this release includes the changes below. +Appendix E. Release Notes

Appendix E. Release Notes

This section lists the release notes for stable versions of Home Manager and the current unstable version.

E.1. Release 23.05

This is the current unstable branch and the information in this section is therefore not final.

E.1.1. Highlights

This release has the following notable changes:

  • +Firefox add-ons are now managed per-profile. +That is, if you are currently having +

    programs.firefox.extensions = [ foo bar ];

    in your configuration then you must change it to

    programs.firefox.profiles.myprofile.extensions = [ foo bar ];

E.1.2. State Version Changes

The state version in this release includes the changes below. These changes are only active if the home.stateVersion option is set to "23.05" or later.