about summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/monado.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/hardware/monado.nix b/nixos/modules/services/hardware/monado.nix
index 55ad2c299bae..3178c46c1a83 100644
--- a/nixos/modules/services/hardware/monado.nix
+++ b/nixos/modules/services/hardware/monado.nix
@@ -25,6 +25,8 @@ in
       source = "${cfg.package}/bin/monado-service";
     };
 
+    services.udev.packages = with pkgs; [ xr-hardware ];
+
     systemd.user = {
       services.monado = {
         description = "Monado XR runtime service module";