Add chromium as jitsi browser

As Firefox with my settings has constant issues with jitsi.
I therefore add chromium which seems to work just fine.
This commit is contained in:
Daniel Siepmann 2024-01-30 07:17:22 +01:00
parent c99e80376a
commit 39de3e7351
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -64,6 +64,11 @@
type = "Application";
exec = "${pkgs.chromium}/bin/chromium --class=\"chat\" --new-window --app=https://teams.microsoft.com/ --user-agent=\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36\"";
};
jitsi = {
name = "Jitsi";
type = "Application";
exec = "${pkgs.chromium}/bin/chromium --class=\"chat\" --new-window --app=https://meet.codappix.com/";
};
slack-codappix = {
name = "Slack: Codappix";
type = "Application";