home manager: shell: starship: use pastel-powerline

This commit is contained in:
emmatherock
2026-06-17 16:46:26 -03:00
parent c2ac2a7e77
commit 656051eedf
+7 -1
View File
@@ -1,4 +1,10 @@
{
programs.fish.enable = true;
programs.starship.enable = true;
programs.starship = {
enable = true;
enableFishIntegration = true;
presets = [
"pastel-powerline"
];
};
}