diff --git a/hosts/home.nix b/hosts/home.nix index 91d6f79..1e17f28 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -34,6 +34,8 @@ packages = with pkgs; [ inputs.neovim-config.packages.${system}.default + starship + pass kicad devbox nix-prefetch-git diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index 87a3efb..720d75c 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -23,9 +23,10 @@ }; shellInit = '' # Zsh theme + eval "$(starship init zsh)" # Spaceship - source ${pkgs.spaceship-prompt}/share/zsh/site-functions/prompt_spaceship_setup - autoload -U promptinit; promptinit + #source ${pkgs.spaceship-prompt}/share/zsh/site-functions/prompt_spaceship_setup + #autoload -U promptinit; promptinit # Hook direnv #emulate zsh -c "$(direnv hook zsh)" # Swag