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