diff --git a/workstation/configuration.nix b/workstation/configuration.nix index c765f65..362533b 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -104,7 +104,7 @@ isNormalUser = true; extraGroups = [ "wheel" ]; packages = with pkgs; [ - firefox ncpamixer starship discord fastfetch + teams-for-linux firefox ncpamixer starship discord fastfetch ]; };