about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/home/includes/zsh.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index d62bbb4..1c758b2 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -259,13 +259,8 @@ in
       }
       {
         name = "fzf-git.sh";
-        src = fetchFromGitHub {
-          owner = "junegunn";
-          repo = "fzf-git.sh";
-          rev = "9190e1bf7273d85f435fa759a5c3b20e588e9f7e";
-          sha256 = "2CGjk1oTXip+eAJMuOk/X3e2KTwfwzcKTcGToA2xPd4=";
-        };
-        file = "fzf-git.sh";
+        src = fzf-git-sh;
+        file = "share/zsh/fzf-git-sh/fzf-git.sh";
       }
       {
         name = "per-directory-history";