Add starship fancy promt

Not sure if I like it, but it seems to be what the cool kids are using these days.
This commit is contained in:
larstvei 2022-09-18 22:57:44 +02:00
parent 9ca96d7eb4
commit 176cb2ce9e

View File

@ -63,6 +63,16 @@
'';
};
programs.starship = {
enable = true;
settings = {
character = {
success_symbol = "[λ](bold green)";
error_symbol = "[λ](bold red)";
};
};
};
programs.git = {
enable = true;
userName = "larstvei";