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": "2024.4.0",
"src": {
"url": "https://download.techsmith.com/snagitmac/releases/2440/snagit.dmg",
"sha256": "1b1bb203f9ec55ab5498f53cfc06355bc58d1c2ab438e7c7ad70d22b6616dffb"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Snagit 2024.app\" \"$out/Applications/Snagit 2024.app\""
],
"meta": {
"description": "Screen capture software",
"homepage": "https://www.techsmith.com/screen-capture.html"
}
}
Version History
2025.2.1 (NixCasks v4)
12 June 2025, 00:00 2025.2.0 (NixCasks v4)
16 May 2025, 00:16 2025.1.0 (NixCasks v4)
2 April 2025, 00:00 2025.0.0 (NixCasks v4)
7 March 2025, 09:14 2025.0.0 (NixCasks v3)
5 March 2025, 00:00 2025.0.0 (NixCasks v2)
4 March 2025, 19:10 2025.0.0 (NixCasks v1)
17 February 2025, 22:56 2024.4.0 (NixCasks v1)
18 November 2024, 20:10 2024.3.2 (NixCasks v1)
8 November 2024, 21:19