mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
fzf: ignore gitignore'd files
This commit is contained in:
+4
-1
@@ -81,7 +81,10 @@ in {
|
||||
nix-direnv.enableFlakes = true;
|
||||
};
|
||||
|
||||
fzf.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
defaultCommand = "${pkgs.ripgrep}/bin/rg --files";
|
||||
};
|
||||
|
||||
ssh = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user