{ adminUser, ... }: { home-manager.users.${adminUser.name} = { home.username = "${adminUser.name}"; inherit (adminUser) userinfo; }; }