LoginputMac icon

LoginputMac 3.6.3,16391

Chinese input method

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "loginputmac",
  "version": "3.6.3,16391",
  "src": {
    "url": "https://loginput-mac2.totest.top/LogInputMac3.app16391.zip",
    "sha256": "ce563ff0a350076902ff8aa5ee53d4ddb4ace7bee11f69f3f7fe15911c6cd8fb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/LogInputMac3.app\" && cp -r \"LogInputMac3.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Chinese input method",
    "homepage": "https://im.logcg.com/loginputmac3"
  }
}