fixkey icon

fixkey 2.0.5

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.0.5",
  "src": {
    "url": "https://fixkey.download/fixkey%202.0.5.dmg",
    "sha256": "21a0e91cdd40aec5ffec95c7427f9f3b388f3b5ce98ff73ef97a6b6d6e4de1c3"
  },
  "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/"
  }
}