Skip to content

Commit

Permalink
docs: fix nix home-manager config
Browse files Browse the repository at this point in the history
  • Loading branch information
frankitox committed Oct 23, 2024
1 parent 88e9693 commit ed18a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ _thanks to [@wuliuqii](https://github.com/wuliuqii) in [#13](https://github.com/
programs.neovim = {
enable = true;
extraLuaPackages = ps: [ ps.magick ];
extraPackages = ps: [ ps.imagemagick ];
extraPackages = [ pkgs.imagemagick ];
# ... other config
};
}
Expand Down

0 comments on commit ed18a34

Please sign in to comment.