programs: splatmoji: fix to work inside a sandbox again
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
{
|
{
|
||||||
sane.programs.splatmoji = {
|
sane.programs.splatmoji = {
|
||||||
sandbox.method = "bwrap";
|
sandbox.method = "bwrap";
|
||||||
|
sandbox.wrapperType = "wrappedDerivation";
|
||||||
|
sandbox.whitelistWayland = true; # it calls into `fuzzel`.
|
||||||
|
|
||||||
persist.byStore.plaintext = [ ".local/state/splatmoji" ];
|
persist.byStore.plaintext = [ ".local/state/splatmoji" ];
|
||||||
fs.".config/splatmoji/splatmoji.config".symlink.text = ''
|
fs.".config/splatmoji/splatmoji.config".symlink.text = ''
|
||||||
# XXX doesn't seem to understand ~ as shorthand for `$HOME`
|
# XXX doesn't seem to understand ~ as shorthand for `$HOME`
|
||||||
|
Reference in New Issue
Block a user