splatmoji: fix sandboxing so rofi can read its config/cache
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
Reference in New Issue
Block a user