fix(agents): make videoDrivers optional with safe default

For standalone Home Manager evaluation where videoDrivers may be absent
This commit is contained in:
m3tm3re
2026-04-26 11:37:17 +02:00
parent d59a6b82b6
commit cc01c1d0aa

View File

@@ -6,7 +6,7 @@
inputs,
lib,
pkgs,
videoDrivers,
videoDrivers ? [],
...
}:
with lib; let