Quixel Bridge icon

Quixel Bridge 2025.0.0

3D asset manager

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    bridge # Quixel Bridge
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    bridge # Quixel Bridge
  ];
}

Package Definition

{
  "pname": "bridge",
  "version": "2025.0.0",
  "src": {
    "url": "https://d2shgxa8i058x8.cloudfront.net/bridge/mac/Bridge-2025.0.0.dmg",
    "sha256": "3e74ba32f28d29a9f951f1f7cc98b2207049ce618c269ee15cfcd1652bfa1249"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Bridge.app\" && cp -r \"Bridge.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "3D asset manager",
    "homepage": "https://quixel.com/"
  }
}