nixos-config/modules/darwin/all/thunderbird.nix
Sridhar Ratnakumar 390acba816 Add thunderbird
Thunderbird must be installed manually on darwin. See https://github.com/nix-community/home-manager/issues/3407
2024-10-06 14:43:53 -04:00

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
};
}