Disable chat

This commit is contained in:
Jakob Lechner 2024-05-24 01:59:21 +02:00
parent f1ce67dc0d
commit c8a9a1baa0

View file

@ -3,5 +3,8 @@
programs.thunderbird = {
enable = nixosConfig.jalr.gui.enable;
profiles."default".isDefault = true;
settings = {
"mail.chat.enabled" = false;
};
};
}