From 64198f12434425c91ad947eb1a454f8cad561048 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 9 Oct 2024 06:40:29 +0400 Subject: [PATCH] hosts/sakotop: enable gajim --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 43f4e518..a8f41934 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -39,6 +39,7 @@ telegram.enable = true; weechat.enable = true; element.enable = true; + gajim.enable = true; }; apps = { nemo.enable = true;