nichts/modules/editors/nixvim/plug/utils/lazy.nix

6 lines
63 B
Nix
Raw Normal View History

2024-05-22 15:32:37 +02:00
{
programs.nixvim.plugins.lazy = {
enable = true;
};
}