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;