From b05cc0f700b46a7a06049179987b661af2f00e19 Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 29 Jul 2023 18:26:28 -0700 Subject: [PATCH] adding fzf --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 5055f46..b8f5bf4 100644 --- a/shell.nix +++ b/shell.nix @@ -48,8 +48,10 @@ pkgs.mkShell { pkgs.mesa pkgs.libGL pkgs.gst_all_1.gstreamermm - # output the out and dev pkgs.libxkbcommon # for qt + + + pkgs.fzf ]; shellHook = ''