add Mozilla Thunderbird

This commit is contained in:
Emile Clark-Boman 2025-10-24 11:52:08 +10:00
parent 892a1ae877
commit fd48d6af9a
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{...}: {
programs.thunderbird = {
enable = true;
profiles = {
"me" = {
isDefault = true;
};
};
};
}