Motionik icon

Motionik 2.2.2

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.2.2",
  "src": {
    "url": "https://assets.motionik.com/releases/Motionik-2.2.2-arm64.dmg",
    "sha256": "6ea8e270a24662eb0798d5cd69a24bb8049e73c14424cdba76a1b13f0b535b10"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Motionik.app\" && cp -r \"Motionik.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screen recording software",
    "homepage": "https://motionik.com/"
  }
}