Add teams-for-linux back
Firefox support for teams calls is still lacking
This commit is contained in:
parent
c02a0db332
commit
80c510b376
|
@ -44,6 +44,7 @@
|
|||
webcord
|
||||
signal-desktop
|
||||
whatsapp-for-linux
|
||||
teams-for-linux
|
||||
nomachine-client
|
||||
];
|
||||
};
|
||||
|
@ -244,6 +245,17 @@
|
|||
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/signal-desktop.desktop".source =
|
||||
"${pkgs.signal-desktop}/share/applications/signal-desktop.desktop";
|
||||
|
|
|
@ -260,7 +260,7 @@
|
|||
|
||||
# Workspace rules
|
||||
"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 5, (Nxplayer.bin)" # Remote Desktop
|
||||
"workspace 6, (PrusaSlicer)" # 3D Printing
|
||||
|
|
Loading…
Reference in a new issue