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 11:12:14 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2024-02-23 14:25:15 +0100
commit90031675224ca0a530e377d8e8b4927db36ca256 (patch)
treed0ddca196a218f484221419b748bd4652bbf6ffc /nixos/modules/services/hardware
parent5d57df8a804b46f9071778e918a2c43f942faf42 (diff)
downloadnixlib-90031675224ca0a530e377d8e8b4927db36ca256.tar
nixlib-90031675224ca0a530e377d8e8b4927db36ca256.tar.gz
nixlib-90031675224ca0a530e377d8e8b4927db36ca256.tar.bz2
nixlib-90031675224ca0a530e377d8e8b4927db36ca256.tar.lz
nixlib-90031675224ca0a530e377d8e8b4927db36ca256.tar.xz
nixlib-90031675224ca0a530e377d8e8b4927db36ca256.tar.zst
nixlib-90031675224ca0a530e377d8e8b4927db36ca256.zip
xr-hardware: init at unstable-2023-11-08
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
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";