mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
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:
parent
9ca96d7eb4
commit
176cb2ce9e
@ -63,6 +63,16 @@
|
||||
'';
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[λ](bold green)";
|
||||
error_symbol = "[λ](bold red)";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "larstvei";
|
||||
|
Loading…
Reference in New Issue
Block a user