Snagit icon

Snagit 2025.3.2

Screen capture software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "snagit",
  "version": "2025.3.2",
  "src": {
    "url": "https://download.techsmith.com/snagitmac/releases/2532/snagit.dmg",
    "sha256": "275c4ce5b3af7f6a68f7d9303f243f2ca1a222f43e7361b5f62827a010429694"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Snagit.app\" && cp -r \"Snagit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screen capture software",
    "homepage": "https://www.techsmith.com/screen-capture.html"
  }
}