packages: add imagemagick (for convert)

This commit is contained in:
2022-12-07 07:41:05 +00:00
parent 35a896a3e2
commit bf1ba786b3

View File

@@ -4,6 +4,11 @@ with lib;
with pkgs; with pkgs;
let let
cfg = config.sane.packages; cfg = config.sane.packages;
imagemagick = pkgs.imagemagick.override {
ghostscriptSupport = true;
};
consolePkgs = [ consolePkgs = [
backblaze-b2 backblaze-b2
cdrtools cdrtools
@@ -12,11 +17,13 @@ let
efivar efivar
flashrom flashrom
fwupd fwupd
ghostscript # TODO: imagemagick wrapper should add gs to PATH
gnupg gnupg
gocryptfs gocryptfs
gopass gopass
gopass-jsonapi gopass-jsonapi
ifuse ifuse
imagemagick
ipfs ipfs
libimobiledevice libimobiledevice
libsecret # for managing user keyrings libsecret # for managing user keyrings