Poe icon

Poe 1.1.37

AI chat client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "poe",
  "version": "1.1.37",
  "src": {
    "url": "https://desktop-app.poecdn.net/updates/darwin_arm64/1.1.37.zip",
    "sha256": "445622b205f4fea8dc50d2764c8e1b3304ab3f0bb9d913063f6e075163ef7653"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Poe.app\" && cp -r \"Poe.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI chat client",
    "homepage": "https://poe.com/"
  }
}