slack: allow notifications & more portal integrations (untested)

This commit is contained in:
2025-05-30 19:32:57 +00:00
parent 01812da816
commit 629de56f54

View File

@@ -14,11 +14,15 @@
sane.programs.slack = {
# sandbox.whitelistDbus.user = true;
sandbox.net = "clearnet";
sandbox.whitelistAudio = true; #< for calls, media
sandbox.whitelistAudio = true; #< for calls, media (untested)
sandbox.whitelistDri = true;
sandbox.whitelistPortal = [
"Camera" # not sure if used
"FileChooser" # not sure if used
"OpenURI"
"ScreenCast" # not sure if used
];
sandbox.whitelistSendNotifications = true;
sandbox.whitelistWayland = true;
# mime.urlAssociations."^slack://.*$" = "slack.desktop";
mime.associations."x-scheme-handler/slack" = "slack.desktop"; #< required as part of auth flow