From 161bbe7f41e821d77ad016bf4e66db55acd87868 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 12 Oct 2024 11:23:32 +0400 Subject: [PATCH] hosts/sakotop: enable psi-plus --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index a8f41934..1b83efef 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -40,6 +40,7 @@ weechat.enable = true; element.enable = true; gajim.enable = true; + psi-plus.enable = true; }; apps = { nemo.enable = true;