Polypane icon

Polypane 22.1.0

Browser for ambitious developers

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    polypane # Polypane
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    polypane # Polypane
  ];
}

Package Definition

{
  "pname": "polypane",
  "version": "22.1.0",
  "src": {
    "url": "https://github.com/firstversionist/polypane/releases/download/v22.1.0/Polypane-22.1.0-arm64.dmg",
    "sha256": "4aac966a36c073c2ada1440452958f6e655ea10f45e311d78747876b35c6f2ef"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Polypane.app\" \"$out/Applications/Polypane.app\""
  ],
  "meta": {
    "description": "Browser for ambitious developers",
    "homepage": "https://polypane.app/"
  }
}