dotfiles/hosts/thinkpad/apps/communication.nix

9 lines
146 B
Nix
Raw 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
];
}