zsh: explicitly disable sandboxing

This commit is contained in:
Colin 2024-01-27 17:20:24 +00:00
parent cad25306e7
commit 3b32c26026

View File

@ -53,6 +53,7 @@ in
config = mkMerge [ config = mkMerge [
({ ({
sane.programs.zsh = { sane.programs.zsh = {
sandbox.enable = false;
persist.byStore.private = [ persist.byStore.private = [
# we don't need to full zsh dir -- just the history file -- # we don't need to full zsh dir -- just the history file --
# but zsh will sometimes backup the history file and symlinking just the file messes things up # but zsh will sometimes backup the history file and symlinking just the file messes things up