flake/nixos/nvim/plugins/lz-n.nix

10 lines
101 B
Nix
Raw Normal View History

2025-02-04 08:26:49 -06:00
{
programs.nixvim = {
plugins = {
lz-n = {
enable = true;
};
};
};
}