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