Scroll icon

Scroll 2.12

Configure scrolling on Trackpad and Magic Mouse

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "scroll",
  "version": "2.12",
  "src": {
    "url": "https://ryanhanson.dev/scroll/downloads/Scroll2.12.dmg",
    "sha256": "ce1abdea25668029b8726f8467f3e1588af88190cec2b62b304fd49817ec2296"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Scroll.app\" && cp -r \"Scroll.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Configure scrolling on Trackpad and Magic Mouse",
    "homepage": "https://ryanhanson.dev/scroll"
  }
}