mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
disable nix-index and use ripgrep for fzf
This commit is contained in:
parent
50096b95ce
commit
be1216e31d
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
fzf = {
|
||||
enable = true;
|
||||
defaultCommand = "${pkgs.fd}/bin/fd . ${config.home.homeDirectory}";
|
||||
defaultCommand = "${pkgs.ripgrep}/bin/rg --files --hidden --no-ignore-vcs";
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
};
|
||||
|
||||
|
||||
programs.nix-index.enable = true;
|
||||
programs.nix-index.enable = false;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.enableBashCompletion = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue