From 55d0e10c1f586e50123e03514d222937519773e1 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:18:21 +0400 Subject: [PATCH] enable thunderbird --- hosts/sakopc/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index 847ce7d9..85dc1326 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -39,6 +39,7 @@ chat = { zoom.enable = true; discord.enable = true; + thunderbird.enable = true; teams.enable = true; telegram.enable = true; weechat.enable = true;