programs: xterm: mark as not needing a sandbox

This commit is contained in:
Colin 2024-02-15 17:26:55 +00:00
parent 7a685d8de9
commit 52d768a162

View File

@ -543,6 +543,7 @@ in
whalebird.persist.byStore.private = [ ".config/Whalebird" ];
xdg-terminal-exec.sandbox.enable = false; # xdg-terminal-exec is a launcher for $TERM
xterm.sandbox.enable = false; # need to be able to do everything
yarn.persist.byStore.plaintext = [ ".cache/yarn" ];