mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 12:06:05 +01:00
dependencies: move imagemagick definition in dependencies.nix
This commit is contained in:
parent
e0f0c94593
commit
ef367c456b
2 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue