dotfiles/hosts/thinkpad/apps/communication.nix

9 lines
146 B
Nix
Executable file

{ pkgs, config, ... }:
{
environment.systemPackages = with pkgs; [
mumble # voip
element-desktop # fully featured matrix client
];
}