From 1a96dfb6250d3bf6a27f15840f97820d627a4b3c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 Mar 2023 12:40:36 +0200 Subject: zsh: use nixpkgs' package for agkozak-zsh-prompt --- user/settings/zsh.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'user/settings') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 9b8ab4d5..69bf9828 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -64,13 +64,7 @@ in 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"; -- cgit 1.4.1