Add teams-for-linux back

Firefox support for teams calls is still lacking
This commit is contained in:
Evie Litherland-Smith 2025-02-11 13:36:15 +00:00
parent c02a0db332
commit 80c510b376
2 changed files with 13 additions and 1 deletions

View file

@ -44,6 +44,7 @@
webcord webcord
signal-desktop signal-desktop
whatsapp-for-linux whatsapp-for-linux
teams-for-linux
nomachine-client nomachine-client
]; ];
}; };
@ -244,6 +245,17 @@
prefer-dark-theme=${if variant == "dark" then "true" else "false"} prefer-dark-theme=${if variant == "dark" then "true" else "false"}
''; '';
}; };
"teams-for-linux/config.json" = {
force = true;
text = builtins.toJSON {
awayOnSystemIdle = true;
closeAppOnCross = false;
followSystemTheme = true;
notificationMethod = "electron";
optInTeamsV2 = true;
spellCheckerLanguages = [ "en_GB" ];
};
};
# Autostart some programs # Autostart some programs
"autostart/signal-desktop.desktop".source = "autostart/signal-desktop.desktop".source =
"${pkgs.signal-desktop}/share/applications/signal-desktop.desktop"; "${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";

View file

@ -260,7 +260,7 @@
# Workspace rules # Workspace rules
"workspace 2, (firefox)" # Browser "workspace 2, (firefox)" # Browser
"workspace 3, (WebCord|signal|whatsapp-for-linux|twinkle)" # Messaging "workspace 3, (WebCord|signal|whatsapp-for-linux|teams-for-linux|twinkle)" # Messaging
"workspace 4, (org.musicbrainz.Picard|libreoffice|soffice|Zotero)(.*)" # Files "workspace 4, (org.musicbrainz.Picard|libreoffice|soffice|Zotero)(.*)" # Files
"workspace 5, (Nxplayer.bin)" # Remote Desktop "workspace 5, (Nxplayer.bin)" # Remote Desktop
"workspace 6, (PrusaSlicer)" # 3D Printing "workspace 6, (PrusaSlicer)" # 3D Printing