mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 00:05:00 +08:00
Thunderbird must be installed manually on darwin. See https://github.com/nix-community/home-manager/issues/3407
7 lines
217 B
Nix
7 lines
217 B
Nix
{
|
|
# https://github.com/nix-community/home-manager/issues/3407#issuecomment-1312712582
|
|
launchd.user.envVariables = {
|
|
MOZ_LEGACY_PROFILES = "1"; # thunderbird
|
|
MOZ_ALLOW_DOWNGRADE = "1"; # thunderbird
|
|
};
|
|
}
|