From 6ee5ade2bcd8ec758f8bed5c97f8b9aab973bdf1 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:26:18 -0500 Subject: [PATCH] add trash from homebrew to path --- modules/darwin/homebrew.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 2a3ad1a..037bb28 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -20,7 +20,10 @@ ''; # Add homebrew paths to CLI path - home-manager.users.${config.user}.home.sessionPath = [ "/opt/homebrew/bin/" ]; + home-manager.users.${config.user}.home.sessionPath = [ + "/opt/homebrew/bin/" + "/opt/homebrew/opt/trash/bin/" + ]; homebrew = { enable = true;