dotfiles/nix/modules/home-manager/features/cli/fzf.nix

7 lines
80 B
Nix

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