From 15dd2a5ab8b524c29b15eeb2d2e12d13e520e3f7 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 22 May 2024 09:47:22 +0200 Subject: [PATCH] added teams-fot-linux :-( --- workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };