JollysFastVNC icon

JollysFastVNC 1.66,26010802

Control computers fast and securely from anywhere

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    jollysfastvnc # JollysFastVNC
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    jollysfastvnc # JollysFastVNC
  ];
}

Package Definition

{
  "pname": "jollysfastvnc",
  "version": "1.66,26010802",
  "src": {
    "url": "https://www.jinx.de/JollysFastVNC_files/JollysFastVNC.1.66.(26010802).11.0.dmg",
    "sha256": "061ab6792ec0574420752a422c123b9325557bd130f65c0ab4acc42c37f8a74d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/JollysFastVNC.app\" && cp -r \"JollysFastVNC.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Control computers fast and securely from anywhere",
    "homepage": "https://www.jinx.de/JollysFastVNC.html"
  }
}