Add another slack desktop entry

This commit is contained in:
Daniel Siepmann 2023-02-14 07:53:26 +01:00
parent fc0f717380
commit dfe2038960
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -117,6 +117,11 @@
type = "Application";
exec = "${pkgs.chromium}/bin/chromium --class=\"chat\" --new-window --app=https://typo3.slack.com/";
};
slack-sac = {
name = "Slack: SAC";
type = "Application";
exec = "${pkgs.chromium}/bin/chromium --class=\"chat\" --new-window --app=https://saccas.slack.com/";
};
slack = {
name = "Slack";
type = "Application";