main
1{
2  flake.modules.homeManager.core = _: {
3    programs.fzf = {
4      enable = true;
5    };
6  };
7}