dotfiles/homes/modules/apps/thunderbird.nix

11 lines
136 B
Nix
Raw Normal View History

2025-10-24 11:52:08 +10:00
{...}: {
programs.thunderbird = {
enable = true;
profiles = {
"me" = {
isDefault = true;
};
};
};
}