{ pkgs, lib, config, ... }:
{
  home.packages = with pkgs; [
    remmina
    freerdp
    zoom-us
    globalprotect-openconnect
  ];
}