vr
This commit is contained in:
parent
67aa9ec0ea
commit
6a9f4d40c8
10 changed files with 60 additions and 26 deletions
12
system/vr.nix
Normal file
12
system/vr.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue