diff --git a/modules/home-manager/darwin.nix b/modules/home-manager/darwin.nix index d56cbd8..5cec0d2 100644 --- a/modules/home-manager/darwin.nix +++ b/modules/home-manager/darwin.nix @@ -8,6 +8,9 @@ function otpoff() { osascript -e 'tell application "yubiswitch" to KeyOff' } + + # Include Puppet's normal bin folder since it is installed via Homebrew + export PATH=$PATH:/opt/puppetlabs/bin ''; oh-my-zsh.plugins = [ "macos" ]; shellAliases = {