{ ... }: { imports = [ ./common-home.nix ]; programs = { git = { extraConfig = { safe.directory = [ "/etc/nixos" ]; }; }; }; }