Loading nixos/modules/services/video/wivrn.nix +5 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,11 @@ let ); in { imports = [ (lib.mkRemovedOptionModule [ "services" "wivrn" "defaultRuntime" ] '' WiVRn now manages the active runtime itself, so this option has been removed. '') ]; options = { services.wivrn = { enable = mkEnableOption "WiVRn, an OpenXR streaming application"; Loading Loading
nixos/modules/services/video/wivrn.nix +5 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,11 @@ let ); in { imports = [ (lib.mkRemovedOptionModule [ "services" "wivrn" "defaultRuntime" ] '' WiVRn now manages the active runtime itself, so this option has been removed. '') ]; options = { services.wivrn = { enable = mkEnableOption "WiVRn, an OpenXR streaming application"; Loading