I want to use Nix as a package manager for managing my Neovim plugins and configurations instead of using traditional methods like Vim-Plug or Packer. I'm looking for guidance on the following points:
Any examples or a step-by-step guide would be greatly appreciated! I'm fairly new to both Nix and Neovim, so detailed explanations would be helpful.
I have installed Nix and set up a basic configuration file to manage Neovim. I was expecting to be able to specify and install plugins using Nix expressions, but I am unsure how to define them correctly. Instead of loading plugins, Neovim still starts without the desired plugins, and I'm not sure what I am missing in my configuration. I expected Nix to handle the plugins seamlessly, similar to other package managers, but I might have made a mistake in the setup process.
Any guidance on correctly setting up Nix to manage Neovim plugins would be helpful.