Atomic Wallet icon

Atomic Wallet 2.91.5

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.5",
  "src": {
    "url": "https://releases.atomicwallet.io/AtomicWallet-2.91.5.dmg",
    "sha256": "086ffd14dfd1da5c27433c0289b585fe5637c7e9c60b72e67659dc956b99eaa3"
  },
  "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/"
  }
}