Enable GPG for thunderbird
This commit is contained in:
parent
f632cd79ae
commit
defa57dabd
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue