Mos icon

Mos 4.0.0,20260220.1

Smooths scrolling and set mouse scroll directions independently

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "mos",
  "version": "4.0.0,20260220.1",
  "src": {
    "url": "https://github.com/Caldis/Mos/releases/download/4.0.0/Mos.Versions.4.0.0-20260220.1.zip",
    "sha256": "c717bf8e8115a0daf607e7bde7a7f8b07816a175b916c3a8f6134afc8c18a9c4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mos.app\" && cp -r \"Mos.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Smooths scrolling and set mouse scroll directions independently",
    "homepage": "https://mos.caldis.me/"
  }
}