This commit is contained in:
Lilith 2024-06-11 00:12:54 +02:00
parent 67aa9ec0ea
commit 6a9f4d40c8
Signed by: lilith
GPG key ID: 8712A0F317C37175
10 changed files with 60 additions and 26 deletions

12
system/vr.nix Normal file
View file

@ -0,0 +1,12 @@
{...}: {
services.monado = {
enable = true;
defaultRuntime = true;
};
systemd.user.services.monado.environment = {
STEAMVR_LH_ENABLE = "1";
XRT_COMPOSITOR_COMPUTE = "1";
WMR_HANDTRACKING = "0";
};
}