nix: add imagemagick

This commit is contained in:
Julian Mutter 2023-09-06 09:53:36 +02:00
parent 72d15c0c34
commit d399e8e64e

View File

@ -203,6 +203,7 @@ in rec {
environment.systemPackages = with pkgs; [
xfce.thunar-archive-plugin
zip
imagemagick
(pkgs.python3.withPackages python-packages)
firefox
thunderbird