Simplify NixOS fzf configuration

main
Hektor Misplon 2025-10-05 18:47:53 +02:00
parent 7b872f4596
commit 851f226518
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;