From eebb7fd709986f865a59980db2395a3034d82327 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:21:26 +0400 Subject: [PATCH] enable telegram on sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index e98624b4..e954ebac 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -37,6 +37,7 @@ zoom.enable = true; discord.enable = true; teams.enable = true; + telegram.enable = true; }; apps = { nemo.enable = true;