RustDesk icon

RustDesk 1.4.3

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.3",
  "src": {
    "url": "https://github.com/rustdesk/rustdesk/releases/download/1.4.3/rustdesk-1.4.3-aarch64.dmg",
    "sha256": "53160fa045d44c33b0fb6e78465dfc01b6190852c19944a37d582e295180d0a7"
  },
  "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/"
  }
}