Creative icon

Creative 1.5.3,103

Control panel for the Creative hardware

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "creative",
  "version": "1.5.3,103",
  "src": {
    "url": "https://files.creative.com/manualdn/Applications/100396/0dGyI1IHqu/Creative%201.5.3%20build%20103.zip",
    "sha256": "6f81b1d8b0cbcfc7cf57573f459bf29b680d1bb52ef413a8cf2b74364bbb0aed"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Creative.app\" && cp -r \"Creative.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Control panel for the Creative hardware",
    "homepage": "https://support.creative.com/"
  }
}