diff --git a/hosts/lobtop/home.nix b/hosts/lobtop/home.nix index 9f51db32..c15728a5 100644 --- a/hosts/lobtop/home.nix +++ b/hosts/lobtop/home.nix @@ -27,5 +27,8 @@ programs.zsh.initContent = '' export OTEL_EXPORTER_OTLP_HEADERS="Authorization=Bearer $(cat ${config.age.secrets.otel-token.path})" + if [[ -f "${config.home.homeDirectory}/Development/lob/shell-integration.zsh" ]]; then + source ${config.home.homeDirectory}/Development/lob/shell-integration.zsh + fi ''; }