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