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