Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
expressscribe # Express Scribe Transcription Software
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
expressscribe # Express Scribe Transcription Software
];
}
Package Definition
{
"pname": "expressscribe",
"version": "13.24",
"src": {
"url": "https://www.nch.com.au/scribe/scribemaci.zip",
"sha256": "no_check"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"ExpressScribe.app\" \"$out/Applications/ExpressScribe.app\""
],
"meta": {
"description": "Foot pedal controlled digital transcription audio player",
"homepage": "https://www.nch.com.au/scribe/index.html"
}
}