{ config, lib, pkgs, ... }: { imports = [ ./common.nix ]; home.username = "dtingley"; home.homeDirectory = "/Users/dtingley"; }