nixos/home/common/core/nixvim/plugins/telescope.nix

7 lines
109 B
Nix
Raw Permalink Normal View History

2024-06-03 11:05:46 +01:00
{
programs.nixvim.plugins.telescope = {
enable = true;
extensions.fzy-native.enable = true;
};
}