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