Simplify NixOS fzf configuration

feat/flakify-neovim
Hektor Misplon 2025-10-05 18:47:53 +02:00
parent 07e4669bb8
commit 7bbd0dd8a8
1 changed files with 0 additions and 8 deletions

View File

@ -15,14 +15,6 @@
fzf = {
enable = true;
enableBashIntegration = true;
defaultCommand = "ag -g '' --hidden ";
defaultOptions = [
"--pointer="
"--height=10%"
"--color=fg:-1,bg:-1"
];
fileWidgetCommand = "ag -g '' --hidden ";
fileWidgetOptions = [ "--preview='bat {} | head -500'" ];
};
git.enable = true;
home-manager.enable = true;