From e1c73d9a543fc1bd892e1548e75637505df58c69 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 2 Nov 2023 08:29:26 +0100 Subject: [PATCH] pinwheel: Replace `teams-for-linux` with `ungoogled-chromium` --- hosts/pinwheel/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index a3ae099..70fe5f7 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -13,7 +13,7 @@ home.packages = [ pkgs.onlyoffice-bin pkgs.wdisplays - pkgs.teams-for-linux + pkgs.ungoogled-chromium pkgs.unar ];