Files
nixos/home-modules/homebrew.nix
T

6 lines
97 B
Nix
Raw Normal View History

2025-08-07 15:53:33 -07:00
{ ... } : {
2025-08-07 15:59:44 -07:00
programs.zsh.profileExtra = ''
2025-08-07 15:53:33 -07:00
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
}