Atomic Wallet icon

Atomic Wallet 2.91.13

Manage Bitcoin, Ethereum, XRP, Litecoin, XLM and over 300 other coins and tokens

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    atomic-wallet # Atomic Wallet
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    atomic-wallet # Atomic Wallet
  ];
}

Package Definition

{
  "pname": "atomic-wallet",
  "version": "2.91.13",
  "src": {
    "url": "https://releases.atomicwallet.io/AtomicWallet-2.91.13.dmg",
    "sha256": "caa776554a33c82f0dec203a0c535bafc52ce9f66fd771742b157cc1947a487c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Atomic Wallet.app\" && cp -r \"Atomic Wallet.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Manage Bitcoin, Ethereum, XRP, Litecoin, XLM and over 300 other coins and tokens",
    "homepage": "https://atomicwallet.io/"
  }
}