{ pkgs, ... }: { environment.systemPackages = with pkgs; [ blender # 3d animation darktable # photo development gimp gimpPlugins.gmic # bitmap editor krita # drawing openscad # parametric/procedural 3d modelling unstable.inkscape # vector graphics editor ]; }