···87878888- [go-camo](https://github.com/cactus/go-camo), a secure image proxy server. Available as [services.go-camo](#opt-services.go-camo.enable).
89899090+- [Monado](https://monado.freedesktop.org/), an open source XR runtime. Available as [services.monado](#opt-services.monado.enable).
9191+9092- [Clevis](https://github.com/latchset/clevis), a pluggable framework for automated decryption, used to unlock encrypted devices in initrd. Available as [boot.initrd.clevis.enable](#opt-boot.initrd.clevis.enable).
91939294- [TuxClocker](https://github.com/Lurkki14/tuxclocker), a hardware control and monitoring program. Available as [programs.tuxclocker](#opt-programs.tuxclocker.enable).
···4141, wayland-scanner
4242, libdrm
4343, zlib
4444+, nixosTests
4445# Set as 'false' to build monado without service support, i.e. allow VR
4546# applications linking against libopenxr_monado.so to use OpenXR standalone
4647# instead of via the monado-service program. For more information see:
···136137 # We don't have $HOME/.steam when building
137138 ./force-enable-steamvr_lh.patch
138139 ];
140140+141141+ passthru.tests = {
142142+ basic-service = nixosTests.monado;
143143+ };
139144140145 meta = with lib; {
141146 description = "Open source XR runtime";