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