Enable GPG for thunderbird

This commit is contained in:
Jakob Lechner 2025-02-04 23:45:54 +01:00
parent f632cd79ae
commit defa57dabd

View file

@ -2,7 +2,10 @@
{
programs.thunderbird = {
enable = nixosConfig.jalr.gui.enable;
profiles."default".isDefault = true;
profiles."default" = {
isDefault = true;
withExternalGnupg = true;
};
settings = {
"mail.chat.enabled" = false;
};