dotfiles/programs/fzf.nix

9 lines
114 B
Nix

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