Camtasia icon

Camtasia 25.1.3

Screen recorder and video editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "camtasia",
  "version": "25.1.3",
  "src": {
    "url": "https://download.techsmith.com/camtasiamac/releases/2513/Camtasia.dmg",
    "sha256": "f51ed48444d6083a27146d0b22bd9de87b511d6d7f38ce596d2e3b71c6b27dba"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Camtasia.app\" && cp -r \"Camtasia.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screen recorder and video editor",
    "homepage": "https://www.techsmith.com/video-editor.html"
  }
}