slack: allow access to ~/tmp

This commit is contained in:
2025-06-18 17:30:46 +00:00
parent 8ddf1fce66
commit da88798ff2

View File

@@ -23,6 +23,9 @@
"OpenURI"
"ScreenCast" # not sure if used
];
sandbox.extraHomePaths = [
"tmp"
];
sandbox.whitelistSendNotifications = true;
sandbox.whitelistWayland = true;
# mime.urlAssociations."^slack://.*$" = "slack.desktop";