Merge branch 'two' of github.com:philip-peterson/petersweb-infra into two

This commit is contained in:
Philip Peterson 2026-05-04 13:53:08 -08:00
commit 45b43cf4d9

View file

@ -99,12 +99,11 @@ in {
# FIXME: change your shell here if you don't want zsh
programs.zsh.enable = true;
environment.pathsToLink = ["/share/zsh"];
environment.shells = [pkgs.zsh];
environment.etc."profile.d/anthropic.sh".text = ''
programs.zsh.shellInit = ''
export ANTHROPIC_API_KEY=$(cat ${config.age.secrets.anthropic-api-key.path})
'';
environment.pathsToLink = ["/share/zsh"];
environment.shells = [pkgs.zsh];
environment.enableAllTerminfo = true;