2025-08-16 19:30:55 -06:00

7 lines
88 B
Nix

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