From 10c64c77f18080bac9d0f3020080a5f3ed5f9be7 Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Tue, 14 Jul 2026 15:58:00 +0100 Subject: [PATCH] feat(work.nix): source splunk MCP token too --- users/emmathorpe/work.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/emmathorpe/work.nix b/users/emmathorpe/work.nix index 7f858f3..adbf0e6 100644 --- a/users/emmathorpe/work.nix +++ b/users/emmathorpe/work.nix @@ -60,6 +60,7 @@ # the file holds secrets, so it is kept out of the world-readable nix store. programs.zsh.envExtra = '' [ -f "$HOME/.jenkinsenv" ] && . "$HOME/.jenkinsenv" + [ -f "$HOME/.splunkenv" ] && . "$HOME/.splunkenv" ''; programs.tmux = { # kube context/namespace in the status line. kube-tmux is pinned as a flake