feat: add homebrew
This commit is contained in:
parent
889e07f917
commit
a4655cd986
@ -258,7 +258,7 @@
|
|||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
|
|
||||||
lean = {
|
lean = {
|
||||||
enable = true;
|
enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
opts = {
|
opts = {
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user