Skip to content
New issue

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

Install magick with home-manager #13

Closed
wuliuqii opened this issue Aug 28, 2023 · 1 comment
Closed

Install magick with home-manager #13

wuliuqii opened this issue Aug 28, 2023 · 1 comment

Comments

@wuliuqii
Copy link

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
  ];
};
@3rd
Copy link
Owner

3rd commented Aug 28, 2023

Hey @wuliuqii, thanks for the contribution, I updated the README and switched to this myself!

@3rd 3rd closed this as completed Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants