BetterTouchTool icon

BetterTouchTool 5.716,2025102002

Tool to customise input devices and automate computer systems

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bettertouchtool_alpha",
  "version": "5.716,2025102002",
  "src": {
    "url": "https://folivora.ai/releases/btt5.716-2025102002.zip",
    "sha256": "4a655199b537da91c385a3dda5dca395658500c1d2ac712ba347686c1a2e9a3d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BetterTouchTool.app\" && cp -r \"BetterTouchTool.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to customise input devices and automate computer systems",
    "homepage": "https://folivora.ai/"
  }
}