packages: add imagemagick (for convert
)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user