teleport icon

teleport 1.3.5

Virtual KVM

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "abyssoft-teleport",
  "version": "1.3.5",
  "src": {
    "url": "https://github.com/abyssoft/teleport/releases/download/v1.3.5/teleport-v1.3.5.zip",
    "sha256": "2fbb28b2ffe884521b222509b59f1006b751325922b936acb974d36a6622d897"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/teleport.app\" && cp -r \"teleport.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Virtual KVM",
    "homepage": "https://github.com/abyssoft/teleport"
  }
}