diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index cbd563d..fd384f7 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -25,7 +25,10 @@ with lib.my; modules = { desktop = { - apps.qbittorrent.enable = true; + apps = { + qbittorrent.enable = true; + thunderbird.enable = true; + }; browsers = { firefox.enable = true; };