Skip to content

Commit

Permalink
Expose the copilot token as a variable on the system
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jul 19, 2024
1 parent 4d9ffc9 commit 32a3222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/server/shell/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ in {
echo " { config = config.nixpkgs.config; };"
}
# Variables
export LS_COLORS="$(vivid generate gruvbox-dark)";
export COPILOT_API_KEY="$(cat ${config.sops.secrets."tokens/copilot".path})"
## Autocompletions
# tailscale
Expand All @@ -77,6 +79,7 @@ in {
unset __conda_setup
# <<< conda initialize <<<
'';

antidote = {
enable = true;
plugins = [
Expand Down

0 comments on commit 32a3222

Please sign in to comment.