mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 17:59:39 +01:00
This makes the
programs.firefox.package
option take a pre-wrapped Firefox package as value if state version is
set to "19.09" or later. This should make the Firefox module work with
a wider range of Firefox packages.
4 lines
116 B
Nix
4 lines
116 B
Nix
{
|
|
firefox-profile-settings = ./profile-settings.nix;
|
|
firefox-state-version-19_09 = ./state-version-19_09.nix;
|
|
}
|