Motionik icon

Motionik 2.1.5

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