We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For NixOS user using home-manager, magick can be installed in extraLuaPackages as follows. I think this is much simpler.
programs.neovim = { enable = true; package = pkgs.neovim-nightly; extraLuaPackages = ps: [ ps.magick ]; };
The text was updated successfully, but these errors were encountered:
docs: add home-manager instructions (thanks to #13)
6fcf4a9
Hey @wuliuqii, thanks for the contribution, I updated the README and switched to this myself!
Sorry, something went wrong.
No branches or pull requests
For NixOS user using home-manager, magick can be installed in extraLuaPackages as follows. I think this is much simpler.
The text was updated successfully, but these errors were encountered: