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"
}
}
Version History
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