···8788- [go-camo](https://github.com/cactus/go-camo), a secure image proxy server. Available as [services.go-camo](#opt-services.go-camo.enable).
890090- [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).
9192- [TuxClocker](https://github.com/Lurkki14/tuxclocker), a hardware control and monitoring program. Available as [programs.tuxclocker](#opt-programs.tuxclocker.enable).
···8788- [go-camo](https://github.com/cactus/go-camo), a secure image proxy server. Available as [services.go-camo](#opt-services.go-camo.enable).
8990+- [Monado](https://monado.freedesktop.org/), an open source XR runtime. Available as [services.monado](#opt-services.monado.enable).
91+92- [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).
9394- [TuxClocker](https://github.com/Lurkki14/tuxclocker), a hardware control and monitoring program. Available as [programs.tuxclocker](#opt-programs.tuxclocker.enable).
···41, wayland-scanner
42, libdrm
43, zlib
044# Set as 'false' to build monado without service support, i.e. allow VR
45# applications linking against libopenxr_monado.so to use OpenXR standalone
46# instead of via the monado-service program. For more information see:
···136 # We don't have $HOME/.steam when building
137 ./force-enable-steamvr_lh.patch
138 ];
0000139140 meta = with lib; {
141 description = "Open source XR runtime";
···41, wayland-scanner
42, libdrm
43, zlib
44+, nixosTests
45# Set as 'false' to build monado without service support, i.e. allow VR
46# applications linking against libopenxr_monado.so to use OpenXR standalone
47# instead of via the monado-service program. For more information see:
···137 # We don't have $HOME/.steam when building
138 ./force-enable-steamvr_lh.patch
139 ];
140+141+ passthru.tests = {
142+ basic-service = nixosTests.monado;
143+ };
144145 meta = with lib; {
146 description = "Open source XR runtime";