{ pkgs, ... }:
{
# Install Teamspeak Desktop
home.packages = with pkgs; [
teamspeak3
# teamspeak6-client
];
}