nixos/monado: link OpenXR runtimes

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-02-23 14:25:15 +01:00
parent 9003167522
commit ce36e73fdb
@@ -69,6 +69,7 @@ in
};
environment.systemPackages = [ cfg.package ];
environment.pathsToLink = [ "/share/openxr" ];
};
meta.maintainers = with lib.maintainers; [ Scrumplex ];