Paper icon

Paper 0.5.3,260807bfjxxqmpq

Design tool for creating interfaces and prototypes

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    paper-design # Paper
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    paper-design # Paper
  ];
}

Package Definition

{
  "pname": "paper-design",
  "version": "0.5.3,260807bfjxxqmpq",
  "src": {
    "url": "https://download.todesktop.com/2601167vjw8xe/Paper%200.5.3%20-%20Build%20260807bfjxxqmpq-arm64.dmg",
    "sha256": "1470b6ef9dda316cc642e53c25b90c4463aa3f413dad59f00f5c2c47f616fb19"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Paper.app\" && cp -r \"Paper.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Design tool for creating interfaces and prototypes",
    "homepage": "https://paper.design/"
  }
}