Petdex icon

Petdex 0.9.1

Desktop pet that reflects coding agent activity

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "petdex",
  "version": "0.9.1",
  "src": {
    "url": "https://github.com/crafter-station/petdex/releases/download/desktop-v0.9.1/Petdex-arm64.dmg",
    "sha256": "6eb74b775c635d20a6f9645afa680198b89491f1f8e974cff5b942a798740f8a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Petdex.app\" && cp -r \"Petdex.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop pet that reflects coding agent activity",
    "homepage": "https://petdex.dev/"
  }
}