dotfiles/hosts/strix/apps/communication.nix

13 lines
216 B
Nix
Raw Permalink Normal View History

2024-04-28 11:35:35 +02:00
{ pkgs, config, ... }:
{
environment.systemPackages = with pkgs; [
mumble # voip
element-desktop # fully featured matrix client
#gomuks # tui matrix client
2024-12-05 07:02:26 +01:00
simplex-chat-desktop
2025-01-11 18:12:58 +01:00
discord
2024-04-28 11:35:35 +02:00
];
}