73641e492c
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.
5 lines
116 B
Nix
5 lines
116 B
Nix
{
|
|
firefox-profile-settings = ./profile-settings.nix;
|
|
firefox-state-version-19_09 = ./state-version-19_09.nix;
|
|
}
|