{ config, pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    graphviz-nox # for dot

    krita
  ];
}