From 9874d9f8edc7fd6cdd6daaef3957eba7deb86049 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:12:38 +0400 Subject: [PATCH] enable teams --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 04d0a6be..79f3aaf7 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -40,6 +40,7 @@ }; chat = { discord.enable = true; + teams.enable = true; }; game = { wine.enable = true;