dialect: fix so it works inside a sandbox

This commit is contained in:
Colin 2024-03-02 18:25:13 +00:00
parent 7e0bef549f
commit a3ae650273

View File

@ -5,6 +5,9 @@
sandbox.wrapperType = "inplace"; # share/search_providers/ calls back into the binary, weird wrap semantics
sandbox.whitelistWayland = true;
sandbox.net = "clearnet";
sandbox.extraHomePaths = [
".config/dconf" # won't start without it
];
suggestedPrograms = [ "dconf" ]; #< to persist settings
packageUnwrapped = pkgs.dialect.overrideAttrs (upstream: {