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.0",
"src": {
"url": "https://github.com/nkallen/plasticity/releases/download/v26.1.0/Plasticity-darwin-arm64-26.1.0.zip",
"sha256": "940dd5a72130ee4a356f1da7ffcb00d3b4880b96cefc636904cd8f58e92e6bff"
},
"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/"
}
}