nixos/modules/home/fzf.nix

11 lines
125 B
Nix

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