{ pkgs, config, ... }:
{
  environment.systemPackages = with pkgs; [
    mumble # voip
    element-desktop # fully featured matrix client
    #gomuks # tui matrix client
    simplex-chat-desktop
    discord

  ];

}