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