rofi-snippets: remove an extraneous layer of sandbox

This commit is contained in:
Colin 2024-05-28 03:04:57 +00:00
parent 3c5e5632ee
commit d2c3bec98e

View File

@ -160,15 +160,15 @@ in
})
];
};
# if i could remove the sed, then maybe possible to not sandbox.
sandbox.method = "bwrap";
sandbox.whitelistWayland = true;
sandbox.extraHomePaths = [
".cache/rofi"
".config/rofi/config.rasi"
];
sandbox.enable = false; # all dependencies are sandboxed
# sandbox.method = "bwrap";
# sandbox.whitelistWayland = true;
# sandbox.extraHomePaths = [
# ".cache/rofi"
# ".config/rofi/config.rasi"
# ];
suggestedPrograms = [ "rofi" ];
suggestedPrograms = [ "gnused" "rofi" "wtype" ];
fs.".config/rofi-snippets/public.txt".symlink.target = ./snippets.txt;
secrets.".config/rofi-snippets/private.txt" = ../../../../secrets/common/snippets.txt.bin;