Atomic Wallet icon

Atomic Wallet 2.104.6

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.104.6",
  "src": {
    "url": "https://releases.atomicwallet.io/AtomicWallet-2.104.6.dmg",
    "sha256": "31803a87c8f83b7e026148f1f9f82ecbd40c3e29a2fd817702dff6fc0991df08"
  },
  "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/"
  }
}