VERO icon

VERO 0.19.2339

Ad-free, Algorithm-free Social

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "vero",
  "version": "0.19.2339",
  "src": {
    "url": "https://downloads.vero.co/vero-beta-0.19.2339.dmg",
    "sha256": "749ddd302ab043a463de44549b5c29fe14e52b8cd4324eda2f738d50b8e56dce"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/VERO.app\" && cp -r \"VERO.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Ad-free, Algorithm-free Social",
    "homepage": "https://vero.co/"
  }
}