dotfiles/modules/home/gui/apps/messaging/thunderbird/default.nix
2025-10-20 02:35:10 -05:00

8 lines
80 B
Nix

{
programs.thunderbird = {
enable = true;
profiles = {
};
};
}