fzf.nix (129B)
1 { 2 programs.fzf = { 3 enable = true; 4 enableZshIntegration = true; 5 defaultOptions = [ "--bind=ctrl-j:accept" ]; 6 }; 7 }