Add distribution-specific documentation for NixOS

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-04-01 18:08:52 +02:00
parent 09eb28e465
commit 85c11a160f
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
weight: 50
title: Distros
---
# Distros
You can read about distribution-specific instructions in this category. Just select your distribution on the sidebar.
Feel free to contribute additional documentation about your distro here!

View file

@ -0,0 +1,15 @@
---
title: NixOS
---
# NixOS
General documentation about VR is provided on the [NixOS Wiki](https://wiki.nixos.org/wiki/VR).
Short overview:
- Monado is supported natively on NixOS using the [`services.monado`](https://search.nixos.org/options?channel=unstable&query=services.monado) since 24.05.
- SteamVR works like it does on other distros for the most part. Though there are some issues regarding the fhsenv-sandbox
- [Asynchronous reprojection does not work](https://github.com/NixOS/nixpkgs/issues/217119) (without a kernel patch)
- [setcap doesn't work](https://github.com/NixOS/nixpkgs/issues/42117#issuecomment-996731579) (but can be done manually)
- [Envision](../fossvr/envision) is currently being packaged in [this merge request](https://gitlab.com/gabmus/envision/-/merge_requests/11)
- [Asynchronous reprojection does not work](https://github.com/NixOS/nixpkgs/issues/217119) (without a kernel patch)