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