ThinLinc icon

ThinLinc 4.19.0_4005

Linux remote desktop server

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    thinlinc-client # ThinLinc
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    thinlinc-client # ThinLinc
  ];
}

Package Definition

{
  "pname": "thinlinc-client",
  "version": "4.19.0_4005",
  "src": {
    "url": "https://www.cendio.com/downloads/clients/tl-4.19.0_4005-client-macos.iso",
    "sha256": "b0ddaaf86a6e2a8f147d36361e6c29bfba9cd716ee72febb48ae9447a76097fa"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ThinLinc Client.app\" && cp -r \"ThinLinc Client.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Linux remote desktop server",
    "homepage": "https://www.cendio.com/thinlinc/what-is-thinlinc/"
  }
}