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.3",
"src": {
"url": "https://github.com/nkallen/plasticity/releases/download/v26.1.3/Plasticity-darwin-arm64-26.1.3.zip",
"sha256": "413cd52864518889e8e39dba073b57f922ecf5627162546d3cd546f609b126a1"
},
"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/"
}
}