diff options
Diffstat (limited to 'user/settings')
-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"; |