Scroll icon

Scroll 2.7

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.7",
  "src": {
    "url": "https://ryanhanson.dev/scroll/downloads/Scroll2.7.dmg",
    "sha256": "4614444a2e8c5c75420dac1a04c53982496f62e645b277c9fbfdfb9e2dd52de6"
  },
  "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"
  }
}