mirror of https://github.com/wlcx/home.git
fzf: ignore gitignore'd files
This commit is contained in:
parent
426dcc6c22
commit
abb2e0d7d0
|
@ -81,7 +81,10 @@ in {
|
|||
nix-direnv.enableFlakes = true;
|
||||
};
|
||||
|
||||
fzf.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
defaultCommand = "${pkgs.ripgrep}/bin/rg --files";
|
||||
};
|
||||
|
||||
ssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue