fixkey icon

fixkey 2.0.6

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.6",
  "src": {
    "url": "https://fixkey.download/fixkey%202.0.6.dmg",
    "sha256": "d62beae9c7b87fbd5afc2967cd49bd396b1f12c674896d2a213aceef7999c992"
  },
  "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/"
  }
}