mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: update for shells
This commit is contained in:
10
home/darwin/shell.nix
Normal file
10
home/darwin/shell.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
_: {
|
||||
# add homebrew into PATH
|
||||
|
||||
programs.bash.bashrcExtra = ''
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
'';
|
||||
programs.zsh.envExtra = ''
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user