{ config, lib, pkgs, ... }: { programs.fzf = { enable = true; enableZshIntegration = true; tmux = { #enableShellIntegration = true; #shellIntegrationOptions = []; }; }; }