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"
}
} Version History
2.12 (NixCasks v4)
16 March 2026, 08:02 2.11 (NixCasks v4)
29 January 2026, 19:31 2.10 (NixCasks v4)
15 July 2025, 00:00 2.9 (NixCasks v4)
27 June 2025, 00:00 2.8 (NixCasks v4)
12 June 2025, 00:00 2.7 (NixCasks v4)
9 June 2025, 00:00 2.6 (NixCasks v4)
23 May 2025, 00:00 2.5 (NixCasks v4)
16 May 2025, 00:16 2.4.7 (NixCasks v4)
7 March 2025, 09:14 2.4.7 (NixCasks v3)
5 March 2025, 00:00 2.4.7 (NixCasks v2)
4 March 2025, 19:10 2.4.7 (NixCasks v1)
8 November 2024, 21:18