diff options
author | Alan Pearce | 2023-03-26 12:40:36 +0200 |
---|---|---|
committer | Alan Pearce | 2023-03-26 12:40:36 +0200 |
commit | 1a96dfb6250d3bf6a27f15840f97820d627a4b3c (patch) | |
tree | 34d80ee9ca4feecdb26ee993f4499310ffda262b /user | |
parent | a625235c8a855316910f5eb157d1fee23bcab151 (diff) | |
download | nixfiles-1a96dfb6250d3bf6a27f15840f97820d627a4b3c.tar.lz nixfiles-1a96dfb6250d3bf6a27f15840f97820d627a4b3c.tar.zst nixfiles-1a96dfb6250d3bf6a27f15840f97820d627a4b3c.zip |
zsh: use nixpkgs' package for agkozak-zsh-prompt
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 8 |
1 files changed, 1 insertions, 7 deletions
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"; |