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