about summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-12-18 16:54:15 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2024-02-23 14:25:15 +0100
commitce36e73fdba7264db7296fcac045e41601683a66 (patch)
tree3f20281d0f7f4d4a2b5db88d743ff8e0f322ef9e /nixos/modules/services/hardware
parent90031675224ca0a530e377d8e8b4927db36ca256 (diff)
downloadnixlib-ce36e73fdba7264db7296fcac045e41601683a66.tar
nixlib-ce36e73fdba7264db7296fcac045e41601683a66.tar.gz
nixlib-ce36e73fdba7264db7296fcac045e41601683a66.tar.bz2
nixlib-ce36e73fdba7264db7296fcac045e41601683a66.tar.lz
nixlib-ce36e73fdba7264db7296fcac045e41601683a66.tar.xz
nixlib-ce36e73fdba7264db7296fcac045e41601683a66.tar.zst
nixlib-ce36e73fdba7264db7296fcac045e41601683a66.zip
nixos/monado: link OpenXR runtimes
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/monado.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/hardware/monado.nix b/nixos/modules/services/hardware/monado.nix
index 3178c46c1a83..9933d905584f 100644
--- a/nixos/modules/services/hardware/monado.nix
+++ b/nixos/modules/services/hardware/monado.nix
@@ -69,6 +69,7 @@ in
     };
 
     environment.systemPackages = [ cfg.package ];
+    environment.pathsToLink = [ "/share/openxr" ];
   };
 
   meta.maintainers = with lib.maintainers; [ Scrumplex ];