From 6f9f7bfe8a8ccbe4927e54cf9b5839723b3648f1 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 18 Sep 2023 15:11:20 -0400 Subject: [PATCH] Add Puppet bin folder to path on darwin --- modules/home-manager/darwin.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {