BetterTouchTool icon

BetterTouchTool 5.719,2025102205

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.719,2025102205",
  "src": {
    "url": "https://folivora.ai/releases/btt5.719-2025102205.zip",
    "sha256": "406c84e27385715752e3c317d22391dfc6be161a178f4b167475d63cea03b835"
  },
  "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/"
  }
}