Files
setup-machines/home-manager/fzf.nix

10 lines
109 B
Nix
Raw Normal View History

2025-02-28 19:03:26 +01:00
{ pkgs, inputs, ... }:
{
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
}