Multitouch icon

Multitouch 1.48

Add more gestures for Trackpad and Magic Mouse

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "multitouch",
  "version": "1.48",
  "src": {
    "url": "https://multitouch.app/downloads/multitouch1.48.dmg",
    "sha256": "11c8ed3adaa03fcd7d7de67119e22749a88cb1bec1b607d63321b312e22a2b78"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Multitouch.app\" && cp -r \"Multitouch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Add more gestures for Trackpad and Magic Mouse",
    "homepage": "https://multitouch.app/"
  }
}