nixos/monado: link OpenXR runtimes

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-12-18 16:54:15 +01:00
parent 9003167522
commit ce36e73fdb
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -69,6 +69,7 @@ in
};
environment.systemPackages = [ cfg.package ];
environment.pathsToLink = [ "/share/openxr" ];
};
meta.maintainers = with lib.maintainers; [ Scrumplex ];