1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

firefox: manage add-ons per-profile

Internally we already managed them per-profile but exposed a global
option to maintain backwards compatibility. The benefit to having
per-profile extensions is quite large though, so it is time to switch.

Users of the global extensions option will get an error message that
indicates how to edit their configuration to work again.
This commit is contained in:
Robert Helgesson 2023-02-05 23:53:25 +01:00
parent 9621e9ab80
commit c43d4a3d6d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 54 additions and 48 deletions

View file

@ -8,7 +8,16 @@ This is the current unstable branch and the information in this section is there
This release has the following notable changes:
* No highlights.
* Firefox add-ons are now managed per-profile.
That is, if you are currently having
+
[source,nix]
programs.firefox.extensions = [ foo bar ];
+
in your configuration then you must change it to
+
[source,nix]
programs.firefox.profiles.myprofile.extensions = [ foo bar ];
[[sec-release-23.05-state-version-changes]]
=== State Version Changes