Files
Jörg Thalheim cb6d7834c5 nixos/facter: add Intel IPU6 camera support
This adds automatic detection and configuration for Intel IPU6 cameras:

This is particularly useful for modern Intel laptops (11th-14th gen) with
integrated webcams that require the intel-ipu6 drivers. Auto-configuration
eliminates manual setup for these specialized devices.

Builds on PR #463457 (input peripherals).
Part of incremental upstreaming from nixos-facter-modules.
2025-12-01 14:01:19 +01:00

4 lines
32 B
Nix

{
imports = [ ./ipu6.nix ];
}