old
 1{pkgs, ...}:
 2# processing audio/video
 3{
 4  home.packages = with pkgs; [
 5    ffmpeg-full
 6
 7    # images
 8    viu # Terminal image viewer with native support for iTerm and Kitty
 9    imagemagick
10    graphviz
11  ];
12}