1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

dependencies: move imagemagick definition in dependencies.nix

This commit is contained in:
Gaetan Lepage 2025-09-14 16:53:21 +02:00 committed by Gaétan Lepage
parent e0f0c94593
commit ef367c456b
2 changed files with 1 additions and 1 deletions

View file

@ -125,6 +125,7 @@ in
go.default = "go"; go.default = "go";
godot.default = "godot_4"; godot.default = "godot_4";
gzip.default = "gzip"; gzip.default = "gzip";
imagemagick.default = "imagemagick";
lazygit.default = "lazygit"; lazygit.default = "lazygit";
lean.default = "lean4"; lean.default = "lean4";
ledger.default = "ledger"; ledger.default = "ledger";

View file

@ -52,7 +52,6 @@ mkExtension {
epub-thumbnailer.default = "epub-thumbnailer"; epub-thumbnailer.default = "epub-thumbnailer";
ffmpegthumbnailer.default = "ffmpegthumbnailer"; ffmpegthumbnailer.default = "ffmpegthumbnailer";
fontpreview.default = "fontpreview"; fontpreview.default = "fontpreview";
imagemagick.default = "imagemagick";
poppler-utils.default = "poppler_utils"; poppler-utils.default = "poppler_utils";
}; };
} }