Merge branch 'two' of github.com:philip-peterson/petersweb-infra into two
This commit is contained in:
commit
45b43cf4d9
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue