mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
add trash from homebrew to path
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user