aboutsummaryrefslogtreecommitdiffstats
path: root/home/core/fzf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/core/fzf.nix')
-rw-r--r--home/core/fzf.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/core/fzf.nix b/home/core/fzf.nix
new file mode 100644
index 0000000..2278cef
--- /dev/null
+++ b/home/core/fzf.nix
@@ -0,0 +1,6 @@
+{
+ programs.fzf = {
+ enable = true;
+ defaultCommand = "rg --files --no-ignore-vcs --hidden";
+ };
+}