From 8fabb9c29afbacd143a341a9ea7c9706e8d04140 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 18 Oct 2023 22:12:10 +0200 Subject: [PATCH] fish: remove fzf plugin --- home/programs/fish.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/home/programs/fish.nix b/home/programs/fish.nix index 7b29ef7..6b3e4eb 100644 --- a/home/programs/fish.nix +++ b/home/programs/fish.nix @@ -37,17 +37,6 @@ in }; } - # https://github.com/PatrickF1/fzf.fish/releases - { - name = "fzf-fish"; - src = fetchFromGitHub { - owner = "PatrickF1"; - repo = "fzf.fish"; - rev = "v10.0"; - hash = "sha256-CqRSkwNqI/vdxPKrShBykh+eHQq9QIiItD6jWdZ/DSM="; - }; - } - # https://github.com/jorgebucaran/autopair.fish/releases { name = "autopair-fish";