From 1584987bbd5403074e82f294cc862554796c5f10 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Mon, 4 Nov 2024 13:35:53 +0100 Subject: [PATCH] Removed fish plugins --- shared/fish.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/shared/fish.nix b/shared/fish.nix index 63fe801..ec3f358 100644 --- a/shared/fish.nix +++ b/shared/fish.nix @@ -24,14 +24,6 @@ name = "fzf"; src = pkgs.fishPlugins.fzf.src; } - { - name = "fzf-fish"; - src = pkgs.fishPlugins.fzf-fish.src; - } - { - name = "fifc"; - src = pkgs.fishPlugins.fifc.src; - } { name = "done"; src = pkgs.fishPlugins.done.src;