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