Disable chat

This commit is contained in:
Jakob Lechner 2024-05-24 01:59:21 +02:00
parent 0d74681f15
commit 241d57a8f3

View file

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