Status icon

Status 2.33.2,16fe57

Decentralised wallet and messenger

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "status",
  "version": "2.33.2,16fe57",
  "src": {
    "url": "https://github.com/status-im/status-desktop/releases/download/2.33.2/StatusIm-Desktop-2.33.2-16fe57-aarch64.dmg",
    "sha256": "ee88d0517635dbb5d9469d9c84333215d7b3ece0f4404100794f55fd7c7bf649"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Status.app\" && cp -r \"Status.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Decentralised wallet and messenger",
    "homepage": "https://status.app/"
  }
}