summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.nix6
1 files changed, 6 insertions, 0 deletions
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;