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