feat: add starship module

This commit is contained in:
Yorick Barbanneau 2024-05-16 00:07:32 +02:00
parent 4200b44e62
commit d510f52aba
4 changed files with 62 additions and 9 deletions

View file

@ -89,15 +89,6 @@ in
compinit -C
'';
plugins = [
{
name = "pure";
src = pkgs.fetchFromGitHub {
owner = "sindresorhus";
repo = "pure";
rev = "v1.22.0";
hash = "sha256-TR4CyBZ+KoZRs9XDmWE5lJuUXXU1J8E2Z63nt+FS+5w=";
};
}
{
name = "base16-shell";
src = pkgs.fetchFromGitHub {