xTool Creative Space icon

xTool Creative Space 2.5.20,28,e9ad8acb-9485-464f-8721-2249c0a57316,2025-03-11-11-28-37

Design and control software for xTool laser machines

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    xtool-creative-space # xTool Creative Space
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    xtool-creative-space # xTool Creative Space
  ];
}

Package Definition

{
  "pname": "xtool-creative-space",
  "version": "2.5.20,28,e9ad8acb-9485-464f-8721-2249c0a57316,2025-03-11-11-28-37",
  "src": {
    "url": "https://storage-us.xtool.com/resource/efficacy/xcs/prod-us/packages/28/e9ad8acb-9485-464f-8721-2249c0a57316/xTool-Creative-Space-2.5.20-2025-03-11-11-28-37-arm64.dmg",
    "sha256": "e363dd535e2fb91da57dd3c95c24f2d62eae9fb0ed4eba91ab1a6b09ed91cd5c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/xTool Creative Space.app\" && cp -r \"xTool Creative Space.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Design and control software for xTool laser machines",
    "homepage": "https://www.xtool.com/pages/software"
  }
}