feat: added thunderbird

This commit is contained in:
Nick 2025-10-20 02:35:10 -05:00
parent 9f12a89c77
commit 207b802268
2 changed files with 9 additions and 0 deletions

View file

@ -68,6 +68,7 @@ in
lingot
cyanrip
opencloud
thunderbird
;
};
};

View file

@ -0,0 +1,8 @@
{
programs.thunderbird = {
enable = true;
profiles = {
};
};
}