fixkey icon

fixkey 2.9.1

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.9.1",
  "src": {
    "url": "https://fixkey.download/fixkey%202.9.1.dmg",
    "sha256": "94f3a4e47125312d53a2d3a9e15ce5a0beb663677d158cf1d343272bca32b096"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/fixkey.app\" && cp -r \"fixkey.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Keyboard-focused AI copilot for writing",
    "homepage": "https://fixkey.ai/"
  }
}