Add thunderbird to atlas

This commit is contained in:
Jordan Holt 2023-09-09 15:57:37 +01:00
parent 56c1758bf7
commit 107c472d22
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -25,7 +25,10 @@ with lib.my;
modules = {
desktop = {
apps.qbittorrent.enable = true;
apps = {
qbittorrent.enable = true;
thunderbird.enable = true;
};
browsers = {
firefox.enable = true;
};