feat(client): add imagemagick

This commit is contained in:
uku 2025-04-27 19:42:17 +02:00
parent 0ec3f9ef9c
commit f5bf7d9d45
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -16,6 +16,7 @@
systemPackages = with pkgs; [ systemPackages = with pkgs; [
ffmpeg-full ffmpeg-full
fastfetch fastfetch
imagemagick
lazygit lazygit
nixd nixd
]; ];