fixkey icon

fixkey 2.5.4

Keyboard-focused AI copilot for writing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "fixkey",
  "version": "2.5.4",
  "src": {
    "url": "https://fixkey.download/fixkey%202.5.4.dmg",
    "sha256": "92c7027d4b383dfb644e4dbcfac4929fce3b2a5a98afda29f1d80f08120d8bec"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"fixkey.app\" \"$out/Applications/fixkey.app\""
  ],
  "meta": {
    "description": "Keyboard-focused AI copilot for writing",
    "homepage": "https://fixkey.ai/"
  }
}