Skip to content

Commit

Permalink
awesome2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeisnt committed Oct 7, 2024
1 parent 2b5e722 commit e9230d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/shell/nushell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ in {
bat
];

environment.variables.ANTHROPIC_API_KEY = secrets.llm.ANTHROPIC_API_KEY;

home.configFile = {
"starship.toml".text = (concatMapStringsSep "\n" readFile [ "${configDir}/starship/starship.toml" ]);
"nushell/config.nu".text = (concatMapStringsSep "\n" readFile [ "${configDir}/nushell/config.nu" ]);
Expand Down

0 comments on commit e9230d4

Please sign in to comment.