Polypane icon

Polypane 28.0.1

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": "28.0.1",
  "src": {
    "url": "https://github.com/firstversionist/polypane/releases/download/v28.0.1/Polypane-28.0.1-arm64.dmg",
    "sha256": "0882a4fb086808db09eaa67fde8095fa09286c739f9112adccc09c23efc83879"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Polypane.app\" && cp -r \"Polypane.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Browser for ambitious developers",
    "homepage": "https://polypane.app/"
  }
}