home-manager/fzf.nix

11 lines
109 B
Nix

{ ... }:
{
programs = {
fzf = {
enable = true;
enableZshIntegration = true;
};
};
}