RustDesk icon

RustDesk 1.4.7

Open source virtual/remote desktop application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "rustdesk",
  "version": "1.4.7",
  "src": {
    "url": "https://github.com/rustdesk/rustdesk/releases/download/1.4.7/rustdesk-1.4.7-aarch64.dmg",
    "sha256": "f77e517fa792c8d46eb9eade3a2ce74f68d7f585924fc4202719f4ed82038ead"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/RustDesk.app\" && cp -r \"RustDesk.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open source virtual/remote desktop application",
    "homepage": "https://rustdesk.com/"
  }
}