Tight Studio icon

Tight Studio 3.0.5

Screen recorder and video editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    tight-studio # Tight Studio
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    tight-studio # Tight Studio
  ];
}

Package Definition

{
  "pname": "tight-studio",
  "version": "3.0.5",
  "src": {
    "url": "https://downloads.tight.studio/TightStudio-3.0.5-arm64.dmg",
    "sha256": "d711591a5a4891d2b12ef4369f0585e5d9e3adaab1303f44b615500b016b1f70"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tight Studio.app\" && cp -r \"Tight Studio.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screen recorder and video editor",
    "homepage": "https://tight.studio/"
  }
}