From 2498b3ccadb7a30c752ae981b50d7ebd6ae4d113 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 27 Sep 2023 08:04:12 -0400 Subject: [PATCH] It seems PDK has its own path needs --- modules/home-manager/darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/darwin.nix b/modules/home-manager/darwin.nix index 5cec0d2..5927fbd 100644 --- a/modules/home-manager/darwin.nix +++ b/modules/home-manager/darwin.nix @@ -11,6 +11,7 @@ # Include Puppet's normal bin folder since it is installed via Homebrew export PATH=$PATH:/opt/puppetlabs/bin + export PATH=$PATH:/opt/puppetlabs/pdk/bin ''; oh-my-zsh.plugins = [ "macos" ]; shellAliases = {