From 107c472d2241a48786d5b77174ecaae9f8786931 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 9 Sep 2023 15:57:37 +0100 Subject: [PATCH] Add thunderbird to atlas --- hosts/atlas/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; };