Files
nixos/home-modules/homebrew.nix
T
2025-08-07 15:59:44 -07:00

6 lines
97 B
Nix

{ ... } : {
programs.zsh.profileExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
}