{ pkgs, ... }: { users.users.josh = { isNormalUser = true; extraGroups = [ ]; homeSize = "50g"; homeProjectId = 117; packages = with pkgs; [ ]; }; }