Motionik icon

Motionik 2.0.3

Screen recording software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "motionik",
  "version": "2.0.3",
  "src": {
    "url": "https://assets.motionik.com/releases/Motionik-2.0.3-arm64.dmg",
    "sha256": "ceb60c552ccba989e4b3f5d908b310cb8cd1845bc0f2fc7acb3dfa2d1801a9e3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Motionik.app\" && cp -r \"Motionik.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screen recording software",
    "homepage": "https://motionik.com/"
  }
}