Retrace icon

Retrace 0.8.7

Local-first screen recording and search application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "retrace",
  "version": "0.8.7",
  "src": {
    "url": "https://cdn.retrace.to/Retrace-v0.8.7.dmg",
    "sha256": "f449fb6e15a82ef3b1b7c665b8535f915d102d8c634543ef0a4cce3122a8c3f4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Retrace.app\" && cp -r \"Retrace.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Local-first screen recording and search application",
    "homepage": "https://retrace.to/"
  }
}