mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
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:
parent
6889243131
commit
90ec05902e
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@
|
||||||
goPath = "go";
|
goPath = "go";
|
||||||
};
|
};
|
||||||
k9s.enable = true;
|
k9s.enable = true;
|
||||||
|
zsh = {
|
||||||
|
initExtra = ''
|
||||||
|
eval $(brew shellenv)
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue