about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-08-20 07:36:03 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-08-20 07:36:03 +0100
commita8501a92585993f0f7edf5dfba234d4552eed3c6 (patch)
tree7a6e1316df61feab34d33d34ce223a4ea79b7b54 /nix-conf
parent783c4c13ac64dda6ef17171529b1db9a4ea602af (diff)
downloaddotfiles-a8501a92585993f0f7edf5dfba234d4552eed3c6.tar.gz
Fix path issue
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index c26e162..db8cf3f 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -284,7 +284,7 @@ in
       {
         name = "fzf-git.sh";
         src = fzf-git-sh;
-        file = "share/zsh/fzf-git-sh/fzf-git.sh";
+        file = "share/fzf-git-sh/fzf-git.sh";
       }
       {
         name = "per-directory-history";