uTools icon

uTools 7.6.1

Plug-in productivity tool set

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "utools",
  "version": "7.6.1",
  "src": {
    "url": "https://open.u-tools.cn/download/uTools-7.6.1-arm64.dmg",
    "sha256": "81a987fc28072fd88bfc974a5e1a30ccd690b3331faaa5b2922697461862baa6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/uTools.app\" && cp -r \"uTools.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Plug-in productivity tool set",
    "homepage": "https://www.u-tools.cn/"
  }
}