mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
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.
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;
|
|
}
|