xTool Studio icon

xTool Studio 1.2.11,121,c518d71e-2d6a-4494-851f-8e61b8a76949

Design and control software for xTool laser machines

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    xtool-studio # xTool Studio
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    xtool-studio # xTool Studio
  ];
}

Package Definition

{
  "pname": "xtool-studio",
  "version": "1.2.11,121,c518d71e-2d6a-4494-851f-8e61b8a76949",
  "src": {
    "url": "https://storage.atomm.com/efficacy/atomm-package/prod/packages/121/c518d71e-2d6a-4494-851f-8e61b8a76949/xTool-Studio-arm64-1.2.11.dmg",
    "sha256": "07222ff336d46b907958bb776ed23663f0bf27d8dd6bf7f176675b6ed9dd37ed"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/xTool Studio.app\" && cp -r \"xTool Studio.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Design and control software for xTool laser machines",
    "homepage": "https://www.xtool.com/pages/software"
  }
}