xTool Creative Space icon

xTool Creative Space 2.3.24,28,b1ea72cd-d568-49c0-bed3-ad648992d344,2024-11-26-20-54-38

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.3.24,28,b1ea72cd-d568-49c0-bed3-ad648992d344,2024-11-26-20-54-38",
  "src": {
    "url": "https://storage-us.xtool.com/resource/efficacy/xcs/prod-us/packages/28/b1ea72cd-d568-49c0-bed3-ad648992d344/xTool-Creative-Space-2.3.24-2024-11-26-20-54-38-arm64.dmg",
    "sha256": "9cca298813badcbccfcdb0a5b66322ed03dfeb4d1ec8a8cfec7403346d03027c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"xTool Creative Space.app\" \"$out/Applications/xTool Creative Space.app\""
  ],
  "meta": {
    "description": "Design and control software for xTool laser machines",
    "homepage": "https://www.xtool.com/pages/software"
  }
}