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