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:
parent
e0f0c94593
commit
ef367c456b
2 changed files with 1 additions and 1 deletions
|
|
@ -125,6 +125,7 @@ in
|
|||
go.default = "go";
|
||||
godot.default = "godot_4";
|
||||
gzip.default = "gzip";
|
||||
imagemagick.default = "imagemagick";
|
||||
lazygit.default = "lazygit";
|
||||
lean.default = "lean4";
|
||||
ledger.default = "ledger";
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ mkExtension {
|
|||
epub-thumbnailer.default = "epub-thumbnailer";
|
||||
ffmpegthumbnailer.default = "ffmpegthumbnailer";
|
||||
fontpreview.default = "fontpreview";
|
||||
imagemagick.default = "imagemagick";
|
||||
poppler-utils.default = "poppler_utils";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue