home: zsh: use packaged 'agkozak-zsh-prompt'

This commit is contained in:
Bruno BELANYI 2022-04-11 15:15:36 +02:00
parent 13a218f2db
commit f637401cd6

View file

@ -35,12 +35,8 @@ in
}
{
name = "agkozak-zsh-prompt";
src = fetchFromGitHub {
owner = "agkozak";
repo = "agkozak-zsh-prompt";
rev = "v3.9.0";
sha256 = "sha256-VTRL+8ph2eI7iPht15epkLggAgtLGxB3DORFTW5GrhE=";
};
file = "share/zsh/site-functions/agkozak-zsh-prompt.plugin.zsh";
src = pkgs.agkozak-zsh-prompt;
}
];