diff --git a/home-manager/server/shell/zsh.nix b/home-manager/server/shell/zsh.nix index cfa0e06..b28f5c3 100644 --- a/home-manager/server/shell/zsh.nix +++ b/home-manager/server/shell/zsh.nix @@ -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 @@ -77,6 +79,7 @@ in { unset __conda_setup # <<< conda initialize <<< ''; + antidote = { enable = true; plugins = [