Files
nixos-config/modules/home/programs/fzf.nix

9 lines
84 B
Nix

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