dotfiles/hosts/strix/apps/communication.nix

19 lines
250 B
Nix
Executable file

{ pkgs, config, ... }:
{
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
mumble # voip
element-desktop # fully featured matrix client
#gomuks # tui matrix client
iamb
simplex-chat-desktop
];
}