1 2 3 4 5 6 7 8 9
{ nvidia, llm, ... }: { imports = (if nvidia then [ ./nvidia.nix ] else []) ++ (if llm then [ ./llm.nix ] else []); }