1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-01-31 19:12:03 +00:00

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

@ -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;