From 0008e1bc159449bd85f225da3d71a63b2c9c767f Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 22 Sep 2023 00:51:26 +0200 Subject: [PATCH] shell: add fzf to fish --- roles/home/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home/fish.nix b/roles/home/fish.nix index fccfa77..fdb0d1a 100644 --- a/roles/home/fish.nix +++ b/roles/home/fish.nix @@ -1,7 +1,7 @@ { config, pkgs, lib, ... }: { - home.packages = with pkgs; [ any-nix-shell fishPlugins.tide fishPlugins.bass ]; + home.packages = with pkgs; [ any-nix-shell fishPlugins.tide fishPlugins.bass fishPlugins.fzf-fish ]; programs.fish = { enable = true;