diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index b0051dd..f628f1a 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -25,6 +25,7 @@ # languages cargo yarn + starship ]; # This value determines the Home Manager release that your diff --git a/.zshrc b/.zshrc index 84e4a5a..82be2b5 100644 --- a/.zshrc +++ b/.zshrc @@ -24,4 +24,4 @@ if [ -e ~/.nix-profile/etc/profile.d/nix.sh ]; then . ~/.nix-profile/etc/profil export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels${NIX_PATH:+:$NIX_PATH} eval "$(direnv hook zsh)" -eval "$(starship init zsh)" +eval "$(~/.nix-profile/bin/starship init zsh)"