{pkgs, ...}: { users.users.nick = { isNormalUser = true; shell = pkgs.zsh; extraGroups = ["wheel"]; }; }