{ lib, config, pkgs, ... }:
lib.mkIf config.desktop.enable {

  environment.systemPackages = [
    pkgs.moonlight-qt
  ];

}