home: zsh: use packaged 'agkozak-zsh-prompt'
This commit is contained in:
parent
13a218f2db
commit
f637401cd6
|
@ -35,12 +35,8 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "agkozak-zsh-prompt";
|
name = "agkozak-zsh-prompt";
|
||||||
src = fetchFromGitHub {
|
file = "share/zsh/site-functions/agkozak-zsh-prompt.plugin.zsh";
|
||||||
owner = "agkozak";
|
src = pkgs.agkozak-zsh-prompt;
|
||||||
repo = "agkozak-zsh-prompt";
|
|
||||||
rev = "v3.9.0";
|
|
||||||
sha256 = "sha256-VTRL+8ph2eI7iPht15epkLggAgtLGxB3DORFTW5GrhE=";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue