monado service

This commit is contained in:
tristan 2024-03-06 00:37:13 +00:00
parent 61749486f3
commit 185c15f27e
2 changed files with 6 additions and 3 deletions

View file

@ -13,4 +13,9 @@
dedicatedServer.openFirewall = true;
};
programs.gamemode.enable = true;
services.monado.enable = true;
systemd.user.services.monado.environment = {
STEAMVR_LH_ENABLE = "true";
XRT_COMPOSITOR_SCALE_PERCENTAGE = "200";
};
}