Simplify NixOS fzf configuration

This commit is contained in:
2025-10-05 18:47:53 +02:00
parent 07e4669bb8
commit 7bbd0dd8a8

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;