From c7a3ee1502ccf44da11cf793b96aaab722e561a3 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 23 Oct 2023 21:54:07 +0200 Subject: [PATCH] pinwheel: Add `teams-for-linux` --- hosts/pinwheel/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index ec4520a..17568da 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -14,6 +14,7 @@ pkgs.tig pkgs.onlyoffice-bin pkgs.wdisplays + pkgs.teams-for-linux ]; home.stateVersion = "23.05";