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