ALCOM icon

ALCOM 1.1.6

Graphical frontend of vrc-get, open source alternative to VRChat Package Manager

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "alcom",
  "version": "1.1.6",
  "src": {
    "url": "https://github.com/vrc-get/vrc-get/releases/download/gui-v1.1.6/ALCOM-1.1.6-universal.dmg",
    "sha256": "74d911e2dd764f1b98b154e43318fc1b615c68e0e4c6f915a02a2687d3f9c55c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ALCOM.app\" && cp -r \"ALCOM.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Graphical frontend of vrc-get, open source alternative to VRChat Package Manager",
    "homepage": "https://vrc-get.anatawa12.com/alcom"
  }
}