yarn changes
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.wivrn = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
||||
# WiVRn 0.20
|
||||
package = inputs.wivrn.legacyPackages.${pkgs.system}.wivrn;
|
||||
package = pkgs.wivrn;
|
||||
|
||||
# Write information to /etc/xdg/openxr/1/active_runtime.json, VR applications
|
||||
# will automatically read this and work with wivrn
|
||||
|
||||
Reference in New Issue
Block a user