Soduto icon

Soduto 1.0.1

Communicate and share information between devices

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    soduto # Soduto
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    soduto # Soduto
  ];
}

Package Definition

{
  "pname": "soduto",
  "version": "1.0.1",
  "src": {
    "url": "https://soduto.com/downloads/Soduto_v1.0.1.dmg",
    "sha256": "ccd412fce497bb9b7822fc702c65792b5354711b6dfc1e028fb12cd7f202931f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Soduto.app\" && cp -r \"Soduto.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Communicate and share information between devices",
    "homepage": "https://soduto.com/"
  }
}