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