zsh: use nixpkgs' package for agkozak-zsh-prompt
Alan Pearce alan@alanpearce.eu
Sun, 26 Mar 2023 12:40:36 +0200
1 files changed, 1 insertions(+), 7 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -64,13 +64,7 @@ plugins = map mkZshPlugin [ { name = "agkozak-zsh-prompt"; - src = pkgs.fetchFromGitHub { - owner = "agkozak"; - repo = "agkozak-zsh-prompt"; - rev = "87ea6db9375032a6a26496a7f4a6266804f6929a"; - # date = 2021-11-14T17:40:31-08:00; - sha256 = "08f5q9z7mc2hshnx35nh4gqgdkvjv41704hn69vz0p190fkzx3i0"; - }; + src = pkgs.agkozak-zsh-prompt.src; } { name = "anyframe";