From a4655cd986edb0fbdeb38d8df17d24a180fe7127 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Sat, 26 Jul 2025 00:59:56 -0400 Subject: [PATCH] feat: add homebrew --- modules/neovim.nix | 2 +- yadunut-mbp/home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/neovim.nix b/modules/neovim.nix index d2a0226..ae79e34 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -258,7 +258,7 @@ web-devicons.enable = true; lean = { - enable = true; + enable = false; }; }; opts = { diff --git a/yadunut-mbp/home.nix b/yadunut-mbp/home.nix index aca3d89..901bfc0 100644 --- a/yadunut-mbp/home.nix +++ b/yadunut-mbp/home.nix @@ -83,6 +83,7 @@ home.sessionPath = [ "$ANDROID_HOME/emulator" "$ANDROID_HOME/platform-tools" + "/opt/homebrew/bin" ]; programs.zsh.shellAliases = {