SpaceWalker icon

SpaceWalker 1.8.4

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.8.4",
  "src": {
    "url": "https://static.viture.dev/external-file/macOS/SpaceWalker-Installer_v1.8.4.dmg",
    "sha256": "c9544d26394c3d0f9d0f2499820a0651f61afcbad44bee4518821d9b5f03546e"
  },
  "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"
  }
}