{ programs.fzf = { enable = true; enableBashIntegration = true; defaultOptions = [ "--height 40%" "--layout reverse" "--color bw" "--no-scrollbar" "--no-separator" ]; defaultCommand = "rg -L --files"; changeDirWidgetCommand = "fd --type d"; }; }