{ config, pkgs, ... }: let sources = import ; in { environment.systemPackages = with pkgs; [ graphviz-nox # for dot hugo typst (inkscape-with-extensions.override { inkscapeExtensions = [ # I'd override the src in an overlay but dependencies have changed. (callPackage sources.my-inkstitch {}) ]; }) gimp krita ]; }