{ config, lib, pkgs, ... }:
{
  home.packages = with pkgs; lib.mkIf config.home.remote-desktop.enable [
    moonlight-qt
    rustdesk-flutter
  ];
}