Thunderbird: Use ESR version.

This commit is contained in:
Dmitry Voronin 2025-01-11 13:55:54 +03:00
parent f3dbd3b4db
commit 7ff82a7764
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,6 +1,7 @@
{ __findFile, config, lib, ... }:
{ __findFile, config, lib, pkgs, ... }:
{
enable = true;
package = pkgs.thunderbird-esr;
profiles.default = {
isDefault = true;
withExternalGnupg = true;