feat(shell): enable starship prompt

This commit is contained in:
Khaïs COLIN 2025-05-24 00:36:59 +02:00
parent aefbe1af11
commit f527faf181
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -426,4 +426,8 @@ in {
git = true; git = true;
icons = true; icons = true;
}; };
programs.starship = {
enable = true;
};
} }