Manage _just_ dependencies with nix
the-argus opened this issue · 3 comments
the-argus commented
I would like to use nix to manage my packer plugins and their configurations, because those are the elements of my config that don't involve functions or any idiosyncratic lua/vim stuff that wouldn't be possible (as far as I'm aware) with this flake. How can I go about partially using nix2vim, with raw lua alongside it?
DieracDelta commented
Would the lua
attribute fit your goal? It just appends raw lua to the generated lua. Example
gytis-ivaskevicius commented
you can also do stuff like lua = builtins.readFile ./something.lua
. Is this issue resolved?
the-argus commented
yep. I'm migrating my config now.