Unshaky icon

Unshaky 0.7.0

Software fix for double key presses on Apple's butterfly keyboard

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "unshaky",
  "version": "0.7.0",
  "src": {
    "url": "https://github.com/aahung/Unshaky/releases/download/v0.7.0/Unshaky_v0.7.0.zip",
    "sha256": "722fdd718fe47e58f1ea9c60fbcaf81cb4bbd6173b9cf7a8c4a6425a977a9fd9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Unshaky.app\" && cp -r \"Unshaky.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Software fix for double key presses on Apple's butterfly keyboard",
    "homepage": "https://github.com/aahung/Unshaky"
  }
}