feat: add homebrew

This commit is contained in:
Yadunand Prem 2025-07-26 00:59:56 -04:00
parent 889e07f917
commit a4655cd986
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,7 @@
web-devicons.enable = true; web-devicons.enable = true;
lean = { lean = {
enable = true; enable = false;
}; };
}; };
opts = { opts = {

View File

@ -83,6 +83,7 @@
home.sessionPath = [ home.sessionPath = [
"$ANDROID_HOME/emulator" "$ANDROID_HOME/emulator"
"$ANDROID_HOME/platform-tools" "$ANDROID_HOME/platform-tools"
"/opt/homebrew/bin"
]; ];
programs.zsh.shellAliases = { programs.zsh.shellAliases = {