about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/zsh.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-12-05 07:56:27 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-12-05 07:56:27 +0000
commit22a857fc225def8e626e3b52838a59e617d92632 (patch)
treefacabd2c582d0c36390676b4c814cfae9b5dfe24 /nix-conf/home/includes/zsh.nix
parenta30da550bc22dc8cd816ae362a3bc82137278f9d (diff)
downloaddotfiles-22a857fc225def8e626e3b52838a59e617d92632.tar.gz
Use new packages for forgit and zsh-edit
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r--nix-conf/home/includes/zsh.nix20
1 files changed, 5 insertions, 15 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 5b5f945..4da8ac1 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -206,24 +206,14 @@
         file = "share/zsh-history-substring-search/zsh-history-substring-search.zsh";
       }
       {
-        name = "forgit";
-        src = fetchFromGitHub {
-          owner = "wfxr";
-          repo = "forgit";
-          rev = "fe4ac0f9f2490ff0762cfee8f9d8d6df778b826b";
-          sha256 = "9OAwZMawUgkNd4Ib22hNH/khf+qPVXXAbna92nLxGBI=";
-        };
-        file = "forgit.plugin.zsh";
+        name = "zsh-forgit";
+        src = zsh-forgit;
+        file = "share/zsh/zsh-forgit/forgit.plugin.zsh";
       }
       {
         name = "zsh-edit";
-        src = fetchFromGitHub {
-          owner = "marlonrichert";
-          repo = "zsh-edit";
-          rev = "4a8fa599792b6d52eadbb3921880a40872013d28";
-          sha256 = "PI4nvzB/F0mHlc0UZJdD49vjzB6pXhhJYNTSmBhY8iU=";
-        };
-        file = "zsh-edit.plugin.zsh";
+        src = zsh-edit;
+        file = "share/zsh/zsh-edit/zsh-edit.plugin.zsh";
       }
       {
         name = "fzf-git.sh";