SpaceWalker icon

SpaceWalker 1.7.5

Use virtual monitors with Viture XR glasses

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "spacewalker",
  "version": "1.7.5",
  "src": {
    "url": "https://static.viture.dev/external-file/macOS/SpaceWalker-Installer_v1.7.5.dmg",
    "sha256": "ea1d030e7e9f45168fb41f29354f55debb76cfb6a4d39f575d54a33d8d6dfc1c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SpaceWalker.app\" && cp -r \"SpaceWalker.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Use virtual monitors with Viture XR glasses",
    "homepage": "https://academy.viture.com/xr_glasses/spacewalker_mac"
  }
}