Status icon

Status 2.36.0,36af4b

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.36.0,36af4b",
  "src": {
    "url": "https://github.com/status-im/status-desktop/releases/download/2.36.0/StatusIm-Desktop-2.36.0-36af4b-aarch64.dmg",
    "sha256": "8ae98d288f10a17e81efaa0933b322b30295e656c0cf091fd9003620c80a57e5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Status.app\" && cp -r \"Status.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Decentralised wallet and messenger",
    "homepage": "https://status.app/"
  }
}