programs: dconf: sandbox

This commit is contained in:
Colin 2024-02-20 23:43:25 +00:00
parent 81148b7b42
commit 757ab79724

View File

@ -9,6 +9,8 @@ let
in
{
sane.programs.dconf = {
sandbox.method = "bwrap";
sandbox.wrapperType = "wrappedDerivation";
persist.byStore.private = [
".config/dconf"
];