{ pkgs, inputs, ... }: { programs.fzf = { enable = true; enableZshIntegration = true; }; }