summary refs log tree commit diff stats
path: root/user/settings/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/fish.nix')
-rw-r--r--user/settings/fish.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix
index 6ddbe120..db3b474a 100644
--- a/user/settings/fish.nix
+++ b/user/settings/fish.nix
@@ -15,6 +15,15 @@
         };
       }
       {
+        name = "fzf";
+        src = pkgs.fetchFromGitHub {
+          owner = "PatrickF1";
+          repo = "fzf.fish";
+          rev = "6d00ecc6e5b2b1313cfcb25515941ecfd5342b30";
+          sha256 = "1sd5f6707hys6dibs1zb6f1imlkspqad5i24j4gf7lk9cby0zh6i";
+        };
+      }
+      {
         name = "ghq";
         src = pkgs.fetchFromGitHub {
           owner = "decors";