nixhome/fzf.nix

8 lines
103 B
Nix

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