{ config, lib, pkgs, ...}: { users.users.alex = { description = "Alexander"; isNormalUser = true; extraGroups = [ ]; shell = pkgs.zsh; }; }