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