programs: dialect: sandbox with bubblewrap

This commit is contained in:
Colin 2024-01-23 16:23:14 +00:00
parent b38e5403a5
commit ccf4f66dd9

View File

@ -1,6 +1,8 @@
{ pkgs, ... }:
{
sane.programs.dialect = {
sandbox.method = "bwrap";
packageUnwrapped = pkgs.dialect.overrideAttrs (upstream: {
# TODO: send upstream
# TODO: figure out how to get audio working
@ -9,5 +11,8 @@
pkgs.glib-networking # for TLS
];
});
# dialect reads settings via dconf
fs.".config/dconf" = {};
};
}