Patch zsh config to know where homebrew stuff is

This is a band-aid until I hear back on https://github.com/zhaofengli/nix-homebrew/issues/14
This commit is contained in:
Gene Liverman 2024-02-13 16:29:03 -05:00
parent 6889243131
commit 90ec05902e

View file

@ -12,6 +12,11 @@
goPath = "go";
};
k9s.enable = true;
zsh = {
initExtra = ''
eval $(brew shellenv)
'';
};
};
sops = {