home: starship -> tide

starship lacks asynchronous prompt rendering

https://github.com/starship/starship/issues/301
https://github.com/IlanCosman/tide?tab=readme-ov-file#asynchronous-rendering
This commit is contained in:
Guanran Wang 2024-11-07 16:35:12 +08:00
parent 51f5b854ab
commit cbe02cc72b
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF
2 changed files with 1 additions and 10 deletions

View file

@ -31,6 +31,7 @@
autopair
done
puffer
tide
]
);

View file

@ -1,10 +0,0 @@
{ pkgs, ... }:
{
programs.starship = {
enable = true;
};
home.sessionVariables = {
"STARSHIP_CONFIG" = "${pkgs.starship}/share/starship/presets/nerd-font-symbols.toml";
};
}