XKey icon

XKey 1.2.20,20260210

Vietnamese input method engine

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "xkey",
  "version": "1.2.20,20260210",
  "src": {
    "url": "https://github.com/xmannv/xkey/releases/download/v1.2.20-20260210/XKey.dmg",
    "sha256": "f92988b618c0ad1d96244c334a3fa9ff6188acac3a04330cf7487a34526d5b4d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/XKey.app\" && cp -r \"XKey.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Vietnamese input method engine",
    "homepage": "https://github.com/xmannv/xkey/"
  }
}

Version History