1 2 3 4 5 6 7 8 9
{ lib, config, pkgs, ... }: { imports = [ ../../modules/home/default.nix ]; config.monorepo = { profiles.cuda.enable = true; }; }