Fix homebrew is not on path

This commit is contained in:
Tobias Ostner 2024-02-18 10:44:17 +01:00
parent 2af53bba18
commit 671d8c7243

View file

@ -3,6 +3,9 @@
programs.zsh = {
enable = true;
enableCompletion = true;
initExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
syntaxHighlighting.enable = true;
shellAliases = {
ls = "ls --color=auto -F";