Add thunderbird to atlas

This commit is contained in:
2023-09-09 15:57:37 +01:00
parent 56c1758bf7
commit 107c472d22

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;
};