TREZOR Suite icon

TREZOR Suite 25.6.3

Companion app for the Trezor hardware wallet

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    trezor-suite # TREZOR Suite
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    trezor-suite # TREZOR Suite
  ];
}

Package Definition

{
  "pname": "trezor-suite",
  "version": "25.6.3",
  "src": {
    "url": "https://data.trezor.io/suite/releases/desktop/latest/Trezor-Suite-25.6.3-mac-arm64.dmg",
    "sha256": "8ed58dfadcf9e3d06c3c32b47adf2a596d50ba485f3963740f95bbd07d1031e8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Trezor Suite.app\" && cp -r \"Trezor Suite.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Companion app for the Trezor hardware wallet",
    "homepage": "https://suite.trezor.io/"
  }
}