2025-08-16 02:01:46 -04:00

8 lines
89 B
Nix

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