feat(shell): setup starship

This commit is contained in:
Pierre Martin
2024-06-21 05:30:53 +02:00
parent 0934d635f7
commit 1c7d38bf3d

View File

@@ -1,5 +1,11 @@
{
# TODO replace with Starship: https://starship.rs/fr-fr/installing/#declaration-utilisateur-unique-via-home-manager
# see https://starship.rs/fr-fr/installing/#declaration-utilisateur-unique-via-home-manager
programs.starship =
{
enable = true;
enableZshIntegration = true;
};
programs.zsh = {
enable = true;
autosuggestion = {