Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
plasticity # Plasticity
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
plasticity # Plasticity
];
} Package Definition
{
"pname": "plasticity",
"version": "26.1.2",
"src": {
"url": "https://github.com/nkallen/plasticity/releases/download/v26.1.2/Plasticity-darwin-arm64-26.1.2.zip",
"sha256": "9a34c58b3aff6db9a37ed4dab950f1dc0f849bd89bab3f38430d30bfe9ed5cc0"
},
"installPhase": [
"mkdir -p \"$out/Applications/Plasticity.app\" && cp -r \"Plasticity.app\" \"$out/Applications\""
],
"meta": {
"description": "3D modeling software for concept artists and designers",
"homepage": "https://www.plasticity.xyz/"
}
}