dotfiles/modules/home/gui/apps/messaging/thunderbird/default.nix

9 lines
80 B
Nix
Raw Normal View History

2025-10-20 02:35:10 -05:00
{
programs.thunderbird = {
enable = true;
profiles = {
};
};
}