main
 1{
 2  lib,
 3  buildHelixPluginWithNative,
 4  fetchFromGitHub,
 5}:
 6buildHelixPluginWithNative {
 7  pname = "helix-fcitx-focus";
 8  version = "0-unstable-2026-05-06";
 9
10  src = fetchFromGitHub {
11    owner = "mtul0729";
12    repo = "helix-fcitx-focus";
13    rev = "d0797824239a8e7254c7e8ed8d686d14c7657b0f";
14    hash = "sha256-VmJV2uy4uiTJSzUszaTJjkcmQI8fc1i6HPk+phT/36Q=";
15  };
16
17  cargoHash = "sha256-LVNwdhn2h50un3r391JwPJiPhlTmRPl863rqB595RKo=";
18
19  meta = {
20    description = "Steel native module for Helix fcitx5 focus and mode switching";
21    homepage = "https://github.com/mtul0729/helix-fcitx-focus";
22    license = with lib.licenses; [
23      mit
24      asl20
25    ];
26  };
27}