Mac Mouse Fix icon

Mac Mouse Fix 3.0.5

Mouse utility to add gesture functions and smooth scrolling to 3rd party mice

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mac-mouse-fix # Mac Mouse Fix
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mac-mouse-fix # Mac Mouse Fix
  ];
}

Package Definition

{
  "pname": "mac-mouse-fix",
  "version": "3.0.5",
  "src": {
    "url": "https://github.com/noah-nuebling/mac-mouse-fix/releases/download/3.0.5/MacMouseFixApp.zip",
    "sha256": "0defbd9dd452680fc275d2b20fa58c0ba09a7db4e8eea9874ffe98ed8aed0f3f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mac Mouse Fix.app\" && cp -r \"Mac Mouse Fix.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Mouse utility to add gesture functions and smooth scrolling to 3rd party mice",
    "homepage": "https://macmousefix.com/"
  }
}