add trash from homebrew to path

This commit is contained in:
Noah Masur 2025-01-27 10:26:18 -05:00
parent 043cd8ce5c
commit 6ee5ade2bc
No known key found for this signature in database

View File

@ -20,7 +20,10 @@
''; '';
# Add homebrew paths to CLI path # 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 = { homebrew = {
enable = true; enable = true;