splatmoji: fix sandboxing so rofi can read its config/cache

This commit is contained in:
Colin 2024-02-28 15:19:53 +00:00
parent 6c2d80715c
commit e43aa3bb8b

View File

@ -8,6 +8,10 @@
sandbox.method = "bwrap";
sandbox.wrapperType = "wrappedDerivation";
sandbox.whitelistWayland = true; # it calls into a dmenu helper
sandbox.extraHomePaths = [
".cache/rofi"
".config/rofi/config.rasi"
];
suggestedPrograms = [ "rofi" ];