aboutsummaryrefslogtreecommitdiff
path: root/programs/fzf.nix
blob: b02a07ce10abe7ac808f784a5bcb7a8d262f42f6 (plain)
1
2
3
4
5
6
7
{
  enable = true;
  enableBashIntegration = true;
  defaultOptions = ["--height 40%" "--layout=reverse" "--color=bw"];
  defaultCommand = "rg -L --files";
  changeDirWidgetCommand = "find . -type d";
}