{ config, pkgs, pkgs-stable, ... }: { environment.systemPackages = (with pkgs; [ ]) ++ (with pkgs-stable; [ teams-for-linux ]); }