Files
nixos-config/modules/features/fzf.nix

9 lines
129 B
Nix
Raw Normal View History

2026-04-04 16:46:30 -04:00
{
flake.modules.homeManager.fzf = {
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
};
}