7 lines
99 B
Nix
7 lines
99 B
Nix
{
|
|
programs.nixvim.plugins.project-nvim = {
|
|
enable = true;
|
|
enableTelescope = true;
|
|
};
|
|
}
|