From 71345e5723f232cf148b2c4f43edfd0b1a6c3689 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 14 Nov 2020 11:07:43 -0500 Subject: Enable fzf --- lib/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index 2fe1787..bdedc44 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -54,6 +54,12 @@ in path = "${homedir}/cfg/home-manager"; }; + fzf = { + enable = true; + enableBashIntegration = true; + defaultCommand = "rg --files"; + }; + tmux = { enable = true; extraConfig = builtins.readFile ./tmux; -- cgit v1.2.3