{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
firefox
chromium
thunderbird
element-desktop
tdesktop
];
}