From da0ecddc13d538d491b7e5278b1d80381b500f92 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 17 Jun 2024 15:54:12 +0100 Subject: [PATCH] Fix teams-for-linux launch bug --- home/work.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/work.nix b/home/work.nix index ba41070..578329c 100644 --- a/home/work.nix +++ b/home/work.nix @@ -21,7 +21,6 @@ xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON { awayOnSystemIdle = true; closeAppOnCross = true; - electronCLIFlags = [["ozone-platform" "wayland"]]; followSystemTheme = true; notificationMethod = "electron"; optInTeamsV2 = true;