Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
openpencil # OpenPencil
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
openpencil # OpenPencil
];
} Package Definition
{
"pname": "openpencil",
"version": "0.13.2",
"src": {
"url": "https://github.com/open-pencil/open-pencil/releases/download/v0.13.2/OpenPencil_aarch64.app.tar.gz",
"sha256": "943a366b699da340a0358ab6bec4b6fcc151869169d97dc41dbbddc21eb282f2"
},
"installPhase": [
"mkdir -p \"$out/Applications/OpenPencil.app\" && cp -r \"OpenPencil.app\" \"$out/Applications\""
],
"meta": {
"description": "Open-source design editor compatible with Figma",
"homepage": "https://openpencil.dev/"
}
}